Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What are the Advantages & Disadvantages of C++

Status
Not open for further replies.

Peanut2232425

IS-IT--Management
Feb 14, 2001
14
0
0
US
What are the advantages & disadvantages oc C++
 
Advantages:

Extremely powerful, fast, Object Oriented all the way.

Disadvantages:
Can be tough to learn (Not too hard), gives you ample oppurtunities to shoot yourself in the foot! As always, I hope that helped!

Disclaimer:
Beware: Studies have shown that research causes cancer in lab rats.
 
(I will not use terms such as Powerful, or faster, as it depends on those much more generic topic)

Advantage : Robust, much more flexibility, much more portibility, can be extremely efficient if written correctly

disadvantage : can be disatourous if written incorrectly, memory leaks can be very common if you do not know how to contain them, it's not a Drag and Drop ease like Visual Basic.
Karl
kb244@kb244.com
Experienced in : C++(both VC++ and Borland),VB1(dos) thru VB6, Delphi 3 pro, HTML, Visual InterDev 6(ASP(WebProgramming/Vbscript)

 
Advantages: Lots of them if you are good at using the language.

Disadvantages: Lots of them if you are not good at using the language.

"But, that's just my opinion... I could be wrong".
-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top