摘要: // demo3.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include using namespace std; int str_len(const char *str) { const char *temp=str; assert(str!=NULL); while(*str++!='\0... 阅读全文
posted @ 2015-04-11 20:49 WQZ321123 阅读(172) 评论(0) 推荐(0)