资源简介
#include <iostream>
using namespace std;
class Internet
{
public:
Internet(char *name,char *url)
{
Internet::name = new char[strlen(name)+1];
Internet::url = new char[strlen(url)+1];
if(name)
{
代码片段和文件信息
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 308811 2005-04-19 10:36 c++基础知识.chm
----------- --------- ---------- ----- ----
文件 308811 2005-04-19 10:36 c++基础知识.chm
- 上一篇:使用c语言开发的rs485驱动源码
- 下一篇:后缀式转中缀式C语言
评论
共有 条评论