chunlanse2014

导航

文章分类 -  C++ string类和标准模板库

C++ Primer Plus
The string Class(PART 2)
摘要:Working with StringsSo far, you’ve learned that you can create string objects in a variety of ways, display thecontents of a string object, read data ... 阅读全文

posted @ 2015-04-27 10:45 chunlanse2014

The string Class(PART 1)
摘要:Constructing a StringTable 16.1 string Class ConstructorsConstructorDescription(#1) string(const char * s) Initializes a string object to the NBTS p... 阅读全文

posted @ 2015-04-24 20:07 chunlanse2014