資源簡介
#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語言
評論
共有 條評論