Answer the question
In order to leave comments, you need to log in
C/C++ IDE (compiler) other than MicrosoftVS?
Good afternoon.
What would you recommend IDE (with built-in compilers or separate compilers) for working with С/С++.
Does it make sense to switch to something other than MicrosoftVS ?
Thank you.
Answer the question
In order to leave comments, you need to log in
Does it make sense to switch to something other than MicrosoftVS ?
At some point, I also decided to abandon VS. However, this was caused not so much by the unsightly VS IDE (it is actually very good), but by the fact that I wanted to use free software more conveniently. I've always written under Win and the first decent solution I found was MSYS2, which includes one of the latest gcc and a lot of libraries, plus (and this is also very important) a convenient update via pacman. MSYS2 is much better than Cygwin (in my opinion), because it allows you to write commercial programs for Win more freely (and closer to the OS) without Redhat deductions (which, in my opinion, are absolutely not transparent in the case of Cygwin). Over time, I switched to Arch Linux altogether. Also, I tried (probably everything) IDE: CLion (which I bought, but removed it due to critical bugs in the debugger), Code::Blocks and CodeLite and Eclipse (did not click, probably due to poor cmake support). I liked Qt Creator (I had a couple of complaints, but I found workarounds) right away, it is everywhere, free, updates itself (via pacman), you can write commercial programs (if you follow the libraries you use), stable debugger, good cmake support . In general, this is my experience.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question