// Example3.cpp : 定义控制台应用程序的入口点。#include "StdAfx.h"#include #include using namespace std;int main(void){ string str,str1,str2; int index; //推断截取的子串是否由...
分类:
编程语言 时间:
2016-01-24 11:33:21
阅读次数:
136
C++ string类在字符串中插入子串+判断字符串是否由空格组成...
分类:
编程语言 时间:
2014-05-07 11:26:35
阅读次数:
338