View Single Post
  #1  
Old 03-17-2011, 05:10 AM
C++ C++ is offline
Senior Member
 
Join Date: Jun 2009
Posts: 18,248
Default std::string question!

whenever u create a string like this... std::string name = "HELLO THUR"; what size buffer does the constructor store the string in when instantiating this string object? im curious thx!
__________________
C++
domain name forum
Reply With Quote