摘要: #include #include using namespace std; int main() { char *src = "hello world"; char * dest = NULL; int len = strlen(src); //cout using namespace std; int main() { char *src = "hello wor... 阅读全文
posted @ 2009-01-20 03:42 谭志宇 阅读(451) 评论(1) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2009-01-20 01:44 谭志宇 阅读(29) 评论(0) 推荐(0)