Sharp C++
A Modern, Simple, IDE for C/C++ created in .Net
SharpC++
A Modern, Simple IDE for C/C++ created in .Net
Important :- If your are going to built the app from source code, please Download and Install the MinGW C and C++ compilers from http://mingw.org to get the compilation facility. The compiler will be included in the distributable setup of the application.
Introduction
This is a very simple IDE basically created for beginers learning C and C++. It takes away the complexity and overhead of creating projects in other IDE's for basic, single-file programs.
It can also be used by professionals to quickly edit and test individual files.
...