码迷,mamicode.com
首页 > 编程语言 > 详细

C++ string注意事项

时间:2017-10-05 23:40:44      阅读:455      评论:0      收藏:0      [点我收藏+]

标签:ace   命名空间   mes   algorithm   pac   nbsp   who   eve   等等   

1:作为一个容器String是十分重要而常见的;

首先:#include <string>

使用前,然后在命名空间中使用加空间名;刷题时有事直接打using namespace std::string;

using namespace std::cin;等等也可以直接usingnamespace std;who care!这样所有的工程中会用std;;;;;

不过刷题可以-----

2: insert()函数

3:reverse(iterater::begin(),iterater::end());来自algorithm头文件

 

C++ string注意事项

标签:ace   命名空间   mes   algorithm   pac   nbsp   who   eve   等等   

原文地址:http://www.cnblogs.com/fenglongyu/p/7630236.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!