Skip to content

Instantly share code, notes, and snippets.

@pdr-tuche
Last active May 17, 2023 14:30
Show Gist options
  • Save pdr-tuche/38e863d67fd3b48b30484f7a6731b260 to your computer and use it in GitHub Desktop.
Save pdr-tuche/38e863d67fd3b48b30484f7a6731b260 to your computer and use it in GitHub Desktop.
compilar cpp via terminal
g++ arquivo.cpp -o nomeDoExec -Wall
g++ -o NOME_DO_EXECUTAVEL nomeDoArquivo.cpp
gcc -o NOME_DO_EXECUTAVEL nomeDoArquivo.cpp
@pdr-tuche
Copy link
Author

ótima dica

obrigado jovem ^^

21c1db3f0d826d3f847199cc32297b21

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