C++中String的使用

header files:

#include <string>         // use String Object you should leading-in it (ps:not string.h,the string.h is belong to the C)
#include <iostream>     // the input and output of C++。
using namespace std;


the output and input of String should use the function cin and cout. (ps:cout not count).

Thanks for the XFreedom

http://www.cnblogs.com/xFreedom/archive/2011/05/16/2048037.html

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。