hiii all

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Mar 2006
Posts: 3
Reputation: mice_cs is an unknown quantity at this point 
Solved Threads: 0
mice_cs mice_cs is offline Offline
Newbie Poster

hiii all

 
0
  #1
Mar 16th, 2006
hii,i'm a beginner :o ,don't :lol: ,just show me the way
btw,i learn abt c and c++ can u show me the big differences between 'em??
thank's
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 5,266
Reputation: iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold 
Solved Threads: 377
Featured Poster
iamthwee's Avatar
iamthwee iamthwee is offline Offline
Posting Expert

Re: hiii all

 
0
  #2
Mar 16th, 2006
I think the difference is the syntax. But the STL in c++ is supposed to make things easier than C when you learn it. :lol:
*Voted best profile in the world*
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 1,496
Reputation: WolfPack has a spectacular aura about WolfPack has a spectacular aura about WolfPack has a spectacular aura about 
Solved Threads: 104
Moderator
WolfPack's Avatar
WolfPack WolfPack is offline Offline
Mentally Challenged Mod.

Re: hiii all

 
0
  #3
Mar 16th, 2006
Originally Posted by iamthwee
I think the difference is the syntax.
There is more than syntax difference.
Object Oriented Programming Support.
template support.

are two of the most important IMHO that come to my mind.

But the STL in c++ is supposed to make things easier than C when you learn it. :lol:
And even if you are creating programs for commercial use. The STL is tested extensively, and safe to use than your own customized lists, hash-tables...I dont know about the performance comparisons, but they were really fast for my requirements. I think that unless you are writing a program to implement an example of a list, hash-table..., you better use the stl::list, stdext::hashmap ...
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 7,752
Reputation: Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute 
Solved Threads: 740
Team Colleague
Narue's Avatar
Narue Narue is offline Offline
Code Goddess

Re: hiii all

 
0
  #4
Mar 16th, 2006
>i learn abt c and c++ can u show me the big differences between 'em??
They're two different languages, the differences are quite numerous in syntax, semantics, and practical use. It seems like someone has been teaching you the "C++ is C with classes" BS.
I'm here to prove you wrong.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C++ Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC