+ 11
What is the best offline compiler for c++ ?
I want to switch from older one (turbo c)
8 ответов
+ 12
can I have official link of vc++
+ 12
people talking about vc++ , is vc++ and vs++ same ?
+ 11
You'll have to download VS 2017 and install the C++ components:
https://www.visualstudio.com/downloads/
+ 10
VC++ 2017.
+ 9
here is a list of good ones
https://www.quora.com/What-is-the-best-C-C++-IDE
take a pick :)
+ 9
It used to be called VC++, but now the Visual Studio IDE includes many other languages.
+ 6
I personally have a lot of trust in Visual Studio. TBH until 2010 (or 2011) I was still using VC++ 6.0, after that i have been using VS 2010, VS 2012 and now sitting with VS 2015. Even though VS 2017 is out, I am still happy with 2015
+ 4
For building applications, Visual Studio. If you need something more lightweight, I would suggest Code::Blocks; though I don't have an immense amount of experience with it.