+ 2
Other than VS code which IDE is best for C and C++ coding
5 odpowiedzi
+ 5
https://www.codeblocks.org
Download with option mingw in codeblocks so you dont have to configure anything just install, code and run
+ 1
What is the parameter you are taking into consideration while comparing different IDEs ?
I personally don't use an IDE, and rather use text editor (emacs), compiler(gcc) and debugger(gdb) seperately.
Obviously when the editor is something like emacs, the experience is not much different from a full blown IDE.