# CppOCUI **Repository Path**: guyutongxue/CppOCUI ## Basic Information - **Project Name**: CppOCUI - **Description**: C++ Online Compiler User Interface - **Primary Language**: HTML - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-20 - **Last Updated**: 2021-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # C++ 在线编译前端 这是 [MyCppTutorial](https://github.com/Guyutongxue/MyCppTutorial) 的子项目。基于 [Wandbox](https://github.com/melpon/wandbox) 的 API,提供一个极简洁的 C++ 在线编译前端界面。 ## 为啥? 明明网上那~么~多在线编译器,何苦自己写一个呢?原因有三: 1. 编译器不够新。网上的大多数在线编译器只提供到 GCC 4.9.*,因此对于一些 C++14/17 特性无法很好地工作; 2. 不支持传入参数。这是最重要的原因,我没法简单地通过 URL 参数来控制在线编译器的代码。我需要用这种方式将教程中的代码转移到编辑界面上去。 3. 界面太花哨。即便不花哨的也很丑。