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 is c++ programming language?
What are smart pointer? Whats its use?
Is c++ a high level language?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
Which software is used for c++ programming?
Explain function overloading and operator overloading.
Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??
Explain the auto storage classes in c++.
What does the linker do?
What are the new features that iso/ansi c++ has added to original c++ specifications?
Can a program run without main in c++?
What is a list c++?