Which compiler is used in the lesson examples? My compiler does/doesn't use some code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Which compiler is used in the lesson examples? My compiler does/doesn't use some code

I see that some compilers require certain statements and some do not which makes it confusing when reading other's codes!

22nd Dec 2016, 3:28 AM
Vishal++
Vishal++ - avatar
3 Answers
+ 2
IDEs hardly ever influence coding syntax. Although compilers do sometimes. But it is not very relevant in basic cases.
22nd Dec 2016, 3:42 AM
Rishi Anand
Rishi Anand - avatar
+ 2
The IDE is not important, it's the compiler that turns your code into an executable. As for which compiler they're using, it's GCC v.4.8.1. It's a fairly old release, but GCC is a very widely used compiler. Especially for linux users.
22nd Dec 2016, 3:50 AM
Thomas Stone
Thomas Stone - avatar
0
@Rishi My bad! I meant compiler! Oops! Edited question
22nd Dec 2016, 3:45 AM
Vishal++
Vishal++ - avatar