+ 1

What are the Best programming platforms?

I’ve installed VScode and all the c++ extensions so I can code c++, but Whenever I Click “Input” or “compile & run” nothing happens so I’d like to know if there are any other good platforms for simple coding (for c++).

8th Apr 2018, 1:07 AM
Kyle
Kyle - avatar
2 Answers
+ 3
If you're gonna keep it simple and you really want to learn, I'd recommend you to start using a plain text editor like Sublime Text or vim. If you start coding and you use a IDE like VS or eclipse, you'll soon forget the basic stuff, as these programs usually auto complete everything for you. Sublime Text is a great tool to start, as it's light weight and it has a friendly UI. I hope my answer will help you!
8th Apr 2018, 1:27 AM
VĂ­ctor PĂ©rez Carrasco
VĂ­ctor PĂ©rez Carrasco - avatar
+ 1
Thanks I’ll try this out!
8th Apr 2018, 1:41 AM
Kyle
Kyle - avatar