Skip to content

Commit 26f86f1

Browse files
committed
Update readme
1 parent f0e0da1 commit 26f86f1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ This project is developed to help the community to learn C or C++ on the go.
1414
You 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

0 commit comments

Comments
 (0)