博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
C++中String的使用
阅读量:6943 次
发布时间:2019-06-27

本文共 428 字,大约阅读时间需要 1 分钟。

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

转载于:https://www.cnblogs.com/Milkor/p/4410226.html

你可能感兴趣的文章
免费的jquery ui 收集
查看>>
ComboBoxEdit 数据绑定 使用模板
查看>>
Android使用属性动画ValueAnimator动态改变SurfaceView的背景颜色
查看>>
Android tab_Host页面跳转,传值,刷新等问题汇总
查看>>
Javascript的setTimeOut()和setInterval()的定时器用法
查看>>
从头来之【图解针对虚拟机iOS开发环境搭建】 (转)
查看>>
第三届开源操作系统年度技术年会 --- 资料下载
查看>>
揭秘Windows10 UWP中的httpclient接口[2]
查看>>
vuejs 1.x - 实例:搜索过滤
查看>>
新书问答:Agile Management
查看>>
PHP|关于对象复制的一些事
查看>>
设计模式(Design Pattern)系列之.NET专题
查看>>
为 Nginx 添加 HTTP 基本认证(HTTP Basic Authentication)
查看>>
Python2.x的编码问题
查看>>
开源编辑器 Atom 简化代码审查过程
查看>>
如何用纯 CSS 创作一根闪电连接线
查看>>
SpringMVC整合Shiro
查看>>
python 多进程与子进程
查看>>
Git常用命令
查看>>
小程序中文件相关api总结
查看>>