Last active
August 29, 2015 13:56
-
-
Save yauhen-info/9289117 to your computer and use it in GitHub Desktop.
Run C/C++ via command line in Linux
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
| - Open a terminal. | |
| - Compile your source | |
| (in case of using the GCC compiler, type): | |
| "gcc main_file.c -o main_app" | |
| - Run the executable via "./main_app" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment