Which complier should i use for c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which complier should i use for c++

9th May 2020, 7:00 AM
krrish
3 Answers
+ 4
GCC is good and will be the default if you're on Linux. But that's a compiler which you shouldn't worry about a lot, You probably are asking about IDEs/Editors, some of the good ones will be Code::Blocks, Visual Studio Code(with the code runner extension), Visual Studio. Don't use Turbo C++. It's old and most of what you learn here won't work in it. Code::Blocks is easy to use and great for beginners while Visual Studio, being the jack of all trades & arguably the best, can be quite overwhelming for beginners. So yeah, you can start using Code Blocks :)
9th May 2020, 7:12 AM
Nikhil
Nikhil - avatar
0
Use according to your convenience... Some of them are: Turbo c++,visual studio,some online compilers are also available
9th May 2020, 7:02 AM
Ashish Gupta
0
Thanks a lot
9th May 2020, 7:03 AM
krrish