首页 > 编程语言 > 详细

C++中String的使用

时间:2015-04-09 19:00:48      阅读:195      评论:0      收藏:0      [点我收藏+]

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

C++中String的使用

原文:http://www.cnblogs.com/Milkor/p/4410226.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!