+ 2
Which C++ editor can you recommend to use either for a Pc or android?
C++ editor
3 Respostas
+ 1
Visual studio 2017 is a great place to start. There is lots of support for it and easy to learn through microsoft virtual academy. Visual Studio is an IDE with a compiler which is very convenient
+ 1
Thanks a lot✌fam
0
if you installed termux copy paste the following line to the terminal
apt-get install vim clang nano
//clang will install gcc compiler
//vim and nano are cli text editors with syntax highlighting
//vim is the advanced one and it's a bit hard to use