What are the weaknesses of C++?
Answer / 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 |
Specify different types of decision control statements?
Difference between a copy constructor and an assignment operator.
Do we have to use initialization list in spite of the assignment in constructors?
what are Operators and explain with an example?
Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.
What is #include c++?
What is a singleton class c++?
Can constructor be private in c++?
What is c++ good for?
Tell me can a pure virtual function have an implementation?
What is the latest version on c++?
In what situations do you have to use initialization list rather than assignment in constructors?