What software do you use for C ? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

What software do you use for C ?

Software C

18th Oct 2019, 3:14 PM
Julian
Julian - avatar
4 Respuestas
+ 2
vim + youcompleteme/vs codium
18th Oct 2019, 3:19 PM
Mateusz Kempa
Mateusz Kempa - avatar
+ 1
I use for example Codeblocks
18th Oct 2019, 3:15 PM
Julian
Julian - avatar
+ 1
I use a code editor (like Atom e.g.) and gcc from the command line. For multiple files I use make to build a project because it makes things easier and avoids unnecessary recompiling. Yet Linux is the most important software I use because it makes coding often much easier :)
18th Oct 2019, 3:23 PM
Aaron Eberhardt
Aaron Eberhardt - avatar
+ 1
Thanks for the replies ! Gonna look into a few to try them also 😉
18th Oct 2019, 3:24 PM
Julian
Julian - avatar