c++基础知识总结大全
#includeusingnamespacestd;classInternet{public:Internet(char*name,char*url){Internet::name=newchar[strlen(name)+1];Internet::url=newchar[strlen(url)+1];if(name){strcpy(Intern
下载地址
用户评论
资源挺实用的 不错
不错,很不错的资源
基础知识,适合初学者