String对象具有类似数组的行为
可以像处理数组那样来处理String 对象!//String.cpp:Definestheentrypointfortheconsoleapplication. // #include"stdafx.h" #include<iostream> #include<string> intmain(intargc,char*argv[]) { usingnamespacestd; stringfirst_name,l...