摘要:
#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
阅读(1017)
评论(0)
推荐(0)
浙公网安备 33010602011771号