+ 1
How to get started with C?
I just started learning C but don't know what tools and resources to use other than what's in SoloLearn. Any advice on this topic is much appreciated.
5 Answers
+ 5
If you are using Linux or MacOS X, the gcc compiler and an editor are probably all you need.
+ 3
https://www.sololearn.com/discuss/208039/?ref=app
https://www.sololearn.com/discuss/510018/?ref=app
https://www.sololearn.com/discuss/459759/?ref=app
https://www.sololearn.com/discuss/1060169/?ref=app
https://www.sololearn.com/discuss/906679/?ref=app
https://www.sololearn.com/discuss/636195/?ref=app
+ 3
https://www.sololearn.com/discuss/934367/?ref=app
https://www.sololearn.com/discuss/367079/?ref=app
https://www.sololearn.com/discuss/459844/?ref=app
https://www.sololearn.com/discuss/1134950/?ref=app
https://www.sololearn.com/discuss/635969/?ref=app
+ 2
Sololearn is actually quite good to get started. Once you finished the course you can start creating you own small projects. For that you can either use the code playground or your PC with a C compiler.
In case you have an issue or don't know how to do something stackoverflow will surely provide you helpful answers (or you use this Q&A)
+ 1
Thanks everyone