+ 1
Are there any disadvantages of C++? if yes what are they?
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)
+ 1
a c++ program needs to be compiled for the intended platform. you cant build on linux and run the program on windows