update README.md

This commit is contained in:
Roy Qu 2023-02-27 21:16:57 +08:00
parent ca0e1b5593
commit ba22bec178
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# RedPanda C++ # RedPanda C++
Red Panda C++ (Old name: Red Panda Dev-C++ 7) is an fast ,lightweight, open source, and cross platform C++ IDE. Red Panda C++ (Old name: Red Panda Dev-C++ 7) is an fast ,lightweight, open source, and cross platform C/C++/GNU Assembly IDE.
Simplified Chinese Website: [https://royqh1979.gitee.io/redpandacpp/](https://royqh1979.gitee.io/redpandacpp/) Simplified Chinese Website: [https://royqh1979.gitee.io/redpandacpp/](https://royqh1979.gitee.io/redpandacpp/)
@ -9,6 +9,7 @@ New Features (Compared with Red Panda Dev-C++ 6):
* Cross Platform (Windows/Linux/MacOS) * Cross Platform (Windows/Linux/MacOS)
* Problem Set (run and test program against predefined input / expected output data) * Problem Set (run and test program against predefined input / expected output data)
* Competitve Companion support ( It's an chrome/firefox extension that can fetch problems from OJ websites) * Competitve Companion support ( It's an chrome/firefox extension that can fetch problems from OJ websites)
* Edit/compile/run/debug GNU Assembly language programs.
* Find symbol occurrences * Find symbol occurrences
* Memory View for debugging * Memory View for debugging
* TODO View * TODO View