+ 1
What software do you use for C ?
Software C
4 Respuestas
+ 2
vim + youcompleteme/vs codium
+ 1
I use for example Codeblocks
+ 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 :)
+ 1
Thanks for the replies ! Gonna look into a few to try them also 😉