Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Qt is nice. It has Qt Creator as code editor. I believe you can create C projects as well as C++ projects.
-
Honestly CodeBlocks still does the job. And is lightweight, as opposed to something like VSCode.
VSCode is my personal choice but to get the best experience you will need plugins.
VIM works if you're into that. It's only an editor, though, not an IDE (without plugins).
Visual Studio is good if you're developing for Windows. The build process is a little convoluted though and VS is even heavier than VSC in my experience (at least slower)
I have heard CLion is decent but I don't have any personal experience -
CLion (if you have a student JB license) otherwise VSCode or Vim if that's your jam.
Which is best code editor for c programming please tell me i am learning c programmaing.
question