Note: Version 2.2 is being developed, but because it is a large update, so developing takes a lot of time. The new version may not be released until November or December 2020. But the version 2.1 is not recommended.
C+++ is an open source C++ IDE on macOS Platform, which is for C++ learners to use. Supports Dark Mode and Touch Bar. You needn't create a Xcode project to compile C++ file or compile a C++ file in the Terminal, all the things are done in the C+++ App.
- Developed by a Grade-Six student 23786.
- Website: https://23786.github.io/Cppp-IDE/
- Download version 2.1.0: https://github.com/23786/Cppp-IDE/releases/download/v2.1.0/C+++_2_1_0.dmg.zip
- Open terminal, and type "g++", press enter, and there should be a dialog box "Install Xcode g++", install it, about 2~5 minutes later the installation process will be completed and then you can use C+++.
- Of course, you can choose your compiler. You can choose between g++, gcc and clang. You can also set the compiler to "python", "swift" or other compilers, but that is not recommended.
- Adapt macOS 11.0 Big Sur
- New User Interface
- More Stable
- Add code completion and realtime diagnostic
- Bug Fixes and Improvements
- Add Check Update Function
- Support Code Font Customizing
- Mark Error Lines after Compiling
- Bug Fixes and Improvements
- Support "" and '' Completion
- Add Launch View
- Support Creating a Project Directly
- Add TEST Function
- Small UI Changes
- Much More Stable
- Revert the Line Number Feature
- Bug Fixes and Improvements
- Great changes have taken place. Discover them youselves!
- Persist Settings Data
- Choose Compiler (g++, gcc, clang)
- More highlight themes and fonts
- Improvements
- UI Changes
- Show line number on the left of the text view
- Show status bar on the bottom of the text view
- Fix almost twenty bugs
- Add "Settings"
- Add "Help"
- UI update
- Supports .h and .c file
- More code templates
- Publish
- Solve the dylib problem
- Open the exec file in Terminal
- Bug fixing
- Code Template
- Dark Mode and Touch Bar
- Improve the code-editing experience
- Code Highlight
- Update UI
- Create the Project
- Add Compiling Function