+ 1

What C++ IDE use on windows?

Hi I'm learning C++ here. Years ago I've learned Visual Basic (before dot net) programming on Visual Studio. I don't know if get a new version of VS for practice C++ or other software. Thanks

19th Dec 2018, 2:56 AM
Pablo
Pablo - avatar
3 odpowiedzi
+ 2
I use Codeblocks. It works pretty well. You can download it for free online.
19th Dec 2018, 3:03 AM
Computerzz
Computerzz - avatar
+ 2
Some people say, msvc is the best for windows. Because you know, both developed by microsoft. But other alternative like codeblock usually prebundled with ported gcc compiler, which is many people use outside windows and usually many tutorials based on.
19th Dec 2018, 4:04 AM
Taste
Taste - avatar
+ 2
I used Dev++ or Dev C++ Not quite sure. It's tedious to set different compiler flags though.
19th Dec 2018, 9:49 AM
Matthias
Matthias - avatar