Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

how to compile c++ code with g+

to compile use the following command

g++ <file name>

to run the script use the following command

./<executable name>
 
PREVIOUS NEXT
Tagged: #compile #code
ADD COMMENT
Topic
Name
2+1 =