+ 2
C++ advantages?disadvantages?
Hello, Iâve learnt C++ for 2-3 months, write some basic codes,etc.... But I still donât know what is C++ used for, programming game or something, or just solving some math problem. WHAT DO U THINK?
3 Answers
+ 6
C++ is a power !
+ 2
C and C++ are mainly used for high performance code, for its very low level characteristics.
So pretty much anything that requires high speeds is done in C++.
There are some topics in which, even though they are slower, some languages have a more spread out use.
What you do with the language is decided only by you. But i would recommend you investigate a bit before starting a project what tools are available and which language would be the most fit for it.