摘要: #include "stdafx.h" #include using namespace std; int main(int argc, char* argv[]) { printf("Hello World!\n"); string s1="hello world!"; printf("s1.find('o')=%d \n",s1.find('o')); printf("s1.f... 阅读全文
posted @ 2007-10-19 17:21 ahuo 阅读(1007) 评论(0) 推荐(0) 编辑