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
Is map thread safe c++?
What is overloading unary operator?
Why cstdlib is used in c++?
What is a syntax in c++?
What does the nocreate and noreplace flag ensure when they are used for opening a file?
Why do we use classes in programming?
What is meant by iomanip in c++?
What is the use of main function in c++?
What do you mean by late binding?
What is the difference between set and map in c++?
Which of the following is evaluated first: a) && b) || c) !
What is a static element?
What is the difference between new() and malloc()?
Which programming language should I learn first?
What is the difference between the functions rand(), random(), srand() and randomize()?