Are there any disadvantages of C++? if yes what are they? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Are there any disadvantages of C++? if yes what are they?

4th Jan 2017, 11:21 AM
Jordan Faroz
Jordan Faroz - avatar
2 Answers
+ 1
the developer needs to specify when memory is freed up. This gives flexibility but also easy to get wrong (If done wrong the program eats all memory and the system ends up crashing)
4th Jan 2017, 11:46 AM
ifl
ifl - avatar
+ 1
a c++ program needs to be compiled for the intended platform. you cant build on linux and run the program on windows
4th Jan 2017, 11:48 AM
ifl
ifl - avatar