Why does it matter what compiler & IDE I choose? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why does it matter what compiler & IDE I choose?

The lessons use Code Blocks and GNU GCC. I'm sure having a uniform choice helps with the learning process but I'd like to know a little more why this matters.

18th Dec 2017, 1:31 AM
Calvin Truong
Calvin Truong - avatar
2 Answers
+ 1
It doesn't matter witch IDE you use but it must support the language you learn , The course only search for a good,open source,free IDE
18th Dec 2017, 2:32 AM
Fouad Ahmed
Fouad Ahmed - avatar
0
Some compilers support different feature than others. For example gcc compiler is used for using __attribute__() on structs. Also, depending on the compiler, it may assume there is a std library available or not. But this stuff is usually just for specific program needs so for general use I wouldn't bother too much. IDE is just personal choice
18th Dec 2017, 7:59 AM
spcan
spcan - avatar