View Single Post
  #19  
Old 12-01-2006, 12:06 AM
jake13jake jake13jake is offline
Former Classic Staff
jake13jake's Avatar
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
jake13jake will become famous soon enough
Quote:
Originally Posted by ApothiX View Post
std::string is not a built-in datatype in C++. It is a part of the STL.


That, and templates are what pretty much make up C++.
I'm not claiming string to be a built-in data-type. It was developed as a result of the addition of object-oriented features. I'm just pointing out that it's a hassle to switch between char * and string because most higher level functionality will use the string class.
Reply With Quote