Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

compilling c++ and c by console

//mingw compiler
//write in cmd for c++
g++ (path of the cpp file) -o (path of the cpp file but delete the ".cpp" and replace it by exe or the type that you want) ) 
 
PREVIOUS NEXT
Tagged: #compilling #console
ADD COMMENT
Topic
Name
4+3 =