0
A compilation course/guide?
Hey, I've been coding in Python, but now I'm learning C. So, I'm new to compilation. I searched Google and the forum about this, but what course do you know to be relevant in order to have a good understanding of how does compilation work and how to compile? Is there something I the last lessons of the C course? (I run Linux so I'll surely use GCC)
1 Respuesta
+ 2
do you mean the process of compilation or how you can compile C, on Linux gcc is pre-installed, so you don't need any other compiler, and you can use codeblocks if you like an ide or customize your emacs to work like an ide