+ 2
How can I Right c++
c++programming is low language
4 ответов
+ 6
You can write C++ by learning it first
Here are some resources on SoloLearn:
https://www.sololearn.com/Course/CPlusPlus/?ref=app
https://www.sololearn.com/learn/CPlusPlus/1602/
https://www.sololearn.com/learn/CPlusPlus/1603/
+ 2
hello, you can use 'dev c++' or turbo c++ compiler.
+ 1
and if you mean were can you write it or which compiler to use, sololearn has a code playground for the writing of codes and if you want to write on PC use visual studio code it can also be used for more than one language
+ 1
Install Visual Studio Community edition, go to new project, languages, then c++ and start probably with a console application.