Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are the weaknesses of C++?

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


Please Help Members By Posting Answers For Below Questions

Can we make any program in c++ without using any header file and what is the shortest program in c++.

1070


What is conditions when using boolean operators?

1141


Why is c++ called oops?

1076


What do you mean by function pointer?

1043


What problems might the following macro bring to the application?

981


Can c++ be faster than c?

986


Is there any difference between int [] a and int a [] in c++?

943


What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard

972


What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required

930


Why is standard template library used?

989


What is using namespace std in c++?

1087


What is stack unwinding?

1062


What information can an exception contain?

1094


What is a singleton class c++?

966


Can constructor be private in c++?

980