View Single Post
  #8  
Old 11-30-2006, 04:12 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by jake13jake View Post
Oh, and for the difference between C++ and C. C++ is pretty much a superset of C (has all the same stuff plus some). In fact, a lot of times you have to convert to char * from string just because there's so much code reuse.
std::string is not a built-in datatype in C++. It is a part of the STL.

Quote:
Originally Posted by jake13jake
(I haven't used C, but the largest difference might possibly be that you don't have classes in C, can't say though).
That, and templates are what pretty much make up C++.
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote