File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ This project is developed to help the community to learn C or C++ on the go.
1414You can use this app to code and compile C/C++ project without Internet.
1515
1616## Features
17- - C compiler
18- - C++ compiler
17+ - Native C compiler
18+ - Native C++ compiler
1919- Terminal emulator
2020- Diagnostic utility: auto jump to error position
21- - Compiler output
22- - Syntax highlighting
21+ - Compiler output: See stdout, stderr
22+ - Syntax highlighting: C/C++ language and very more language (only highlight without compile)
2323- C/C++ examples from https://www.programiz.com/cpp-programming/examples
2424- File manager
2525- Multi Tab: you can open different files in different tabs to manage editing multiple files simultaneously with ease.
@@ -48,6 +48,7 @@ You can use this app to code and compile C/C++ project without Internet.
4848- Real-time diagnostics (warnings, errors) and suggestion to fix it
4949- Static code analysis
5050- Code indention
51+ - Git support
5152
5253## Pull request always welcomed.
5354
You can’t perform that action at this time.
0 commit comments