how do i compile C++ files?

chibicitiberiu

New Member
To compile C++ applications you need a compiler. You can get MinGW (and CodeBlocks for an IDE, or MinGW Studio which is a bit old) or Microsoft Visual Studio.
If you are using Linux there is GCC which is one of the best ones.
 
Top