+ 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++).
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!
+ 1
Thanks Iâll try this out!