Skip to content

Instantly share code, notes, and snippets.

@fernandozamoraj
Created September 25, 2021 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fernandozamoraj/faadddda3d39ca6aa6d7789624007204 to your computer and use it in GitHub Desktop.
Save fernandozamoraj/faadddda3d39ca6aa6d7789624007204 to your computer and use it in GitHub Desktop.
How to compile and run a c++ program from command line
g++ --std=c++11 myprogram.cpp -o myprogram
./myprogram
@fernandozamoraj
Copy link
Author

compile and run c++

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment