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 |
What do you mean by abstraction in C++?
Explain the extern storage classes in c++.
Is c++ slower than c?
Explain about vectors in c ++?
What operator is used to access a struct through a pointer a) >> b) -> c) *
Difference between class and structure.
What are the new features that iso/ansi c++ has added to original c++ specifications?
How size of a class can be calulated?
What is difference c and c++?
What is #include ctype h in c++?
What is c++ iterator?
What is an adaptor class or Wrapper class?