Learn how to compile your C codes in the terminal!
Hi bro's!
In this post we will talk about language C and compilator GCC -
How compile codes C at the terminal?
1 - Edit your code and save with the format .c - code.c
2 - in the terminal, use the command:
$ gcc code.c -o code
3 - a file with the format ready to compile will be created.
4 - for execute your file, use:
$ ./code
Your program will appear in the terminal.
Questions? Contact me in my social networks.
GitHub: @yanbrasiliano
Linkedln: @yan-brasilianoSee you next time 💣💢💢
Comments
Post a Comment