0
C++ Best IDE & compiler for Windows?
Hi guys, Im just started C++ :) Which Program would you suggest to Write and compile c++ in windows? I've tried Code::Blocks but it has issue with compilers and when i try to compile the program it sais "BINERY NOT FOUND" Thanks, <3
9 ответов
+ 6
Years back, the no BS IDE would be Dev-C++ 5.11. My university uses it as the standard IDE for C++. CodeBlocks came in second.
I'm now hooked to Jetbrains products, so I'm using CLion.
I would then become a Linux geek and just use gedit with a nice theme.
+ 2
Visual Studio definitely, you won't find any better IDE (in my opinion).
+ 1
Visual Studio in full version is not a cheap piece of software however it's perfect.
+ 1
code::blocks is fine
the is probably because you might have deleted the .o file form it's place which is necessary to get .exe file to run the program
0
Does Visual studio install the COMPILERS itself?
0
Microsoft compilers are part of Visual Studio but you will also need SDK (but I think that installer will offer download).
But Microsoft compilers are also available standalone and thus they can be use with other IDE not just VS.
0
http://landinghub.visualstudio.com/visual-cpp-build-tools
Here is all what you need for start development C++ apps and libs for Windows.
0
im using visual studio and it works fine :)
- 3
Maybe is programming bad idea for someone who can not correctly install and execute an application.