Web Site update: C/C++ Compiler, Programming, Standard library and IDE-less - GNU batch program win
The old page has been completely removed because it is very bad. The whole programming reference page has been rewritten from ground up. It's still being written haphazardly, but it is written with more professionalism, and it's still being updated. I also have wrote a script program to compile and run c/c++ program without an IDE.
Why IDE-less? 1, All IDEs are bloatware, ugly and slow; 2, Coding in Notepad++ is enjoyable because it's fast and powerful. Highly doubted that all those IDEs has quarter of the powerful features that notepad++ provides. 3, It works, and full control is declared by a script. 4, Switching between compatible compiler/library is easy. 5, light-weight, the script size is about 10kb. 6, IDE-less is not for dummies, but the script has been created to auto-compile all source codes in the project folder, so it should be usable even for beginners. 7, no setup, double click and it compiles automatically, so it's very fast and elegant. 8, Distinguish project type by file extension between c or c++ project.