Last active
May 17, 2023 14:30
-
-
Save pdr-tuche/38e863d67fd3b48b30484f7a6731b260 to your computer and use it in GitHub Desktop.
compilar cpp via terminal
This file contains 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++ arquivo.cpp -o nomeDoExec -Wall | |
g++ -o NOME_DO_EXECUTAVEL nomeDoArquivo.cpp | |
gcc -o NOME_DO_EXECUTAVEL nomeDoArquivo.cpp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ótima dica