Lucas' Tips
Thursday, September 26, 2013
Using g++
To compile (and link) a .cpp file:
g++ -o <executable file name> <.cpp file name>
To run the binary file, enter:
./<executable file name>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment