发表评论取消回复
相关阅读
相关 c++自定义数据类型的赋值 c++简单易懂
include<iostream>//c++中标准的输入和输出流 using namespace std;//该语句的意思是使用标准的名空间 class
相关 自定义数据类型等号的赋值操作 c++ 简单易懂
include<iostream> using namespace std; class person { public: perso
相关 字符串的连接 c语言简单易懂
\include<stdio.h>//标准的输入和输出流 \include<stdlib.h>//system(“pause”)要用 void link(char st
相关 string字符串的拼接 c++ 简单易懂
include<iostream>//c++中标准的输入和输出流 using namespace std;//引用标准的名空间std void test
相关 string字符串的比较 c++ 简单易懂
include<iostream>//c++中标准的输入和输出流 using namespace std;//引用标准的名空间std void test
相关 string容器访问字符串的方式 c++ 简单易懂
//string访问元素的方式和deque容器类似, //都可以用下标和at()的形式来访问。 include<iostream> using
相关 string容器的构造函数 c++ 简单易懂
include<iostream>//c++中标准的输入和输出流 using namespace std;//引用标准的名空间std include<s
相关 string字符串的赋值操作 c++ 简单易懂
include<iostream>//c++中标准的输入和输出流 using namespace std;//引用标准的名空间std include<s
相关 string字符串的插入和删除 c++ 简单易懂
include<iostream>//c++中标准的输入和输出流 using namespace std;//引用标准的名空间std include<s
相关 list容器的赋值和交换 c++ 简单易懂
//deque和list容器的赋值时都采用等号和assign的形式 include<iostream>//c++中标准的输入和输出流 using nam
还没有评论,来说两句吧...