+ 5

Guys how can i learn C and which framework is the best to compile and run the program with C?

17th Apr 2017, 6:21 PM
Firouze
Firouze - avatar
2 Answers
+ 1
the best way to go is downloading c programming by Dennis Ritchie(PDF). you can either use dev c++ for Windows and if your on Linux type "cc --version". all Linux systems come with a c compiler.
17th Apr 2017, 6:54 PM
Krishnatheja Vanka
Krishnatheja Vanka - avatar
+ 1
you can watch YouTube, tons of tutorial available and as far as compiler goes code blocks is best and dev is good too (code blocks looks premium and has kinda auto-completion) dev looks fine but explains error better
18th Apr 2017, 2:13 PM
Cape crusader
Cape crusader - avatar