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
Which software is used to run c++ program?
What are advantages of using friend classes?
What is the most common mistake on c++ and oo projects?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
What is the best c++ compiler?
What is the purpose of the "delete" operator?
What is stl containers in c++?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Please explain the reference variable in c++?
What do you mean by delegate? Can a user retain delegates?
Which one is a preferred language C or C++? Why?
What is object oriented programming (oop)?
Can manipulators fall in love?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?