+ 1
Where to make a program with c++?
I am learning c++ but I don't know where to use and put that code into and also how to publish the output of the code??? Thanks!
3 Respostas
+ 17
to code in c++, you have so many free possibilities, any editor, eclipse, netbeans, vs and codeblocks like jay said and i think many more 👍😉
+ 7
If you want to code on computer: Try Visual Studio Community Edition if you have a Windows pc, or Code::Blocks if you are using Linux.
+ 4
in the sololearn app, go to the {} link and then use the + to add a new code, then select c++. Enter your codes there and run.