I want to improve my productivity in C programming | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

I want to improve my productivity in C programming

I recently started to learn Java and Kotlin and I focused on them so much, that my skills in C programming were not good as before. After regaining my skills in C, I found that my old tools were not as productive as Android Studio. So, I want you people to give me suggestions about productive IDEs, Compilers and Debuggers. I used search bar and Google but I didn't found something useful.I don't procrastinate at all. I don't want suggestions like practice practice practice, I want suggestions for tools that will make me more productive in C .

23rd Oct 2020, 5:20 PM
SMMR
SMMR - avatar
5 Answers
+ 3
gcc would be the most common compiler.
25th Oct 2020, 1:14 PM
Sonic
Sonic - avatar
+ 4
Vim with c-plugin, eclipse, vscode, Visual Studio for Windows.
24th Oct 2020, 10:40 AM
Sharofiddin
Sharofiddin - avatar
+ 3
I don't know so much about it. I'm using Visual Studio for coding in C#. I think that you can use it for C with the right installation setup. It helped me a lot in coding with C#. You can learn more on this topic by yourself. I hope I could help! Good Luck! 🍀🙂
23rd Oct 2020, 6:57 PM
Alpha-Craft
Alpha-Craft - avatar
+ 3
gdb is a good basic debugger for C.
25th Oct 2020, 1:13 PM
Sonic
Sonic - avatar
+ 2
In this article you can find some website where to practices your skills. https://www.google.com/amp/s/www.freecodecamp.org/news/the-10-most-popular-coding-challenge-websites-of-2016-fb8a5672d22f/amp/ edit: about compiler and debugger I don't know. I've always used code blocks which is an IDE
23rd Oct 2020, 7:22 PM
Davide
Davide - avatar