What are the weaknesses of C++?

Answer Posted / nashiinformaticssolutions

• Its high learning curve: C++ is a difficult programming language for novice developers to learn.
• Security: C++'s use of pointers and global variables presents a comparatively significant security risk.
• Memory management: Allocating memory manually can take a lot of time.

• Pointers: If used improperly, pointers' complexity will cause performance issues.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to declare an array of pointers to integer?

792


What are the characteristics of friend functions?

753


How would you use the functions randomize() and random()?

820


What are structures and unions?

775


When does a name clash occur in c++?

901


What is malloc in c++?

724


Define linked lists with the help of an example.

755


What are vectors used for in c++?

798


Where are setjmp and longjmp used in c++?

826


What is the benefit of c++?

788


Does dev c++ support c++ 11?

746


What is the difference between the indirection operator and the address of oper-ator?

813


What are static type checking?

804


Which is the best c++ software?

806


What is the use of cmath in c++?

780