A compilation course/guide? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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)

30th Sep 2019, 4:49 PM
Gwlanbzh
Gwlanbzh - avatar
1 Answer
+ 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
30th Sep 2019, 9:06 PM
✳AsterisK✳
✳AsterisK✳ - avatar