What is the best offline compiler for c++ ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 11

What is the best offline compiler for c++ ?

I want to switch from older one (turbo c)

1st May 2017, 11:40 AM
Jay Tailor
Jay Tailor - avatar
8 Answers
+ 12
can I have official link of vc++
2nd May 2017, 2:13 AM
Jay Tailor
Jay Tailor - avatar
+ 12
people talking about vc++ , is vc++ and vs++ same ?
2nd May 2017, 2:18 AM
Jay Tailor
Jay Tailor - avatar
+ 11
You'll have to download VS 2017 and install the C++ components: https://www.visualstudio.com/downloads/
2nd May 2017, 2:16 AM
Karl T.
Karl T. - avatar
+ 10
VC++ 2017.
1st May 2017, 11:49 AM
Karl T.
Karl T. - avatar
+ 9
here is a list of good ones https://www.quora.com/What-is-the-best-C-C++-IDE take a pick :)
1st May 2017, 11:46 AM
jay
jay - avatar
+ 9
It used to be called VC++, but now the Visual Studio IDE includes many other languages.
2nd May 2017, 2:23 AM
Karl T.
Karl T. - avatar
+ 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
2nd May 2017, 1:13 AM
Krishneel Nair
Krishneel Nair - avatar
+ 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.
1st May 2017, 12:00 PM
Keto Z
Keto Z - avatar