Created
September 25, 2021 08:44
-
-
Save fernandozamoraj/faadddda3d39ca6aa6d7789624007204 to your computer and use it in GitHub Desktop.
How to compile and run a c++ program from command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
g++ --std=c++11 myprogram.cpp -o myprogram | |
./myprogram |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
compile and run c++