比如说:string="abcde";
有没有可以提取其中某个字符的函数,比如提取第三个‘c’.
另外,
#include <iostream>
#include <string>
using namespace std;
void main()
{
string s="meum";
int n=strlen(&s); //@
cout<<s[1]<<endl;
if(s[3]==101)
cout<<"hhh"<<endl;
else
cout<<"55";
}
小弟先谢过了,:-)
梵蒂冈之花
叮当猫咪
相关分类