请你列举你用cpp写过的觉得最牛的程序,软件

cracklife 2003-07-30 10:19:15
我学习cpp很长时间了,好像觉的没有什么用,找不到前进的动力
...全文
49 18 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
18 条回复
切换为时间正序
请发表友善的回复…
发表回复
bbcallen 2003-08-01
  • 打赏
  • 举报
回复
#include "World.h"
#include "Ship.h"
#include "animals.h"
#include <vector>
using namespace std;

class CNoahShip {
public:
CNoahShip();
~CNoahShip();
bool Load(animal male, animal female);
bool Sail(void);
CNoahShip(const CWorld& World);
private:
CNoahShip(const CNoahShip&);
CNoahShip& operator=(const CNoahShip&);
vector<animal> onShip;
};

HRESULT Genesis(void*& pWorld, int time) {
CNoahShip myShip(*pWorld);
delete pWorld;
return E_NOT_IMPLEMENTED;
}
MagiSu 2003-08-01
  • 打赏
  • 举报
回复
#include <iostream.H>

void main(void)
{
cout<<"Hello,world!"<<endl;
}
sandrowjw 2003-08-01
  • 打赏
  • 举报
回复
#include "Planet.h"
class CWorld : public CPlanet
{
public:
CWorld();
~CWorld();
bool Spin(double angel);
bool Circle(double angel,const CPlanet& axis);
unsigned long Addref();
unsigned long Release();
private:
CWorld(const CWorld&);
CWorld& operator=(const CWorld&);
unsigned long ref_count;
};

HRESULT CreateWorld(void** ppWorld)
{
return E_NOT_IMPLEMENTED;
}
yin0731 2003-08-01
  • 打赏
  • 举报
回复
猴子选大王啊
loyyer 2003-08-01
  • 打赏
  • 举报
回复
最牛就调用递归,让栈溢出。 呵呵~
眼看着我的操作系统蓝屏……爽!!!
Jinhao 2003-08-01
  • 打赏
  • 举报
回复
最NB的是 int *pi=100;
magic007 2003-08-01
  • 打赏
  • 举报
回复
stl最NB
fat_horse 2003-08-01
  • 打赏
  • 举报
回复
#include <iostream>
using namespace std;

int main()
{
cout << "Hello world." << endl;
return 0;
}
WilliamXiaoLiang 2003-07-31
  • 打赏
  • 举报
回复
Up!
cracklife 2003-07-31
  • 打赏
  • 举报
回复
too bbcallen(无心居士)

呵呵,有道理
bbcallen 2003-07-31
  • 打赏
  • 举报
回复
补充原因:
和教科书一样呢^_^
bbcallen 2003-07-31
  • 打赏
  • 举报
回复
Hello world
这个是我写过的最牛的
cracklife 2003-07-31
  • 打赏
  • 举报
回复
看来我还是埋头继续学吧
eminemTM 2003-07-31
  • 打赏
  • 举报
回复
cpp代码转html格式
kkk3k3k 2003-07-31
  • 打赏
  • 举报
回复
见识太少了,基础太少了 ,在windows平台下就的了解windwos ,开发用C++就的熟悉C++ ,开发
网络就的了解网络, 开发MIS就的熟悉相关的行业,你有知道多少,学了多少呢
pushser 2003-07-30
  • 打赏
  • 举报
回复
那种64K的动画,我有好多呢!
有没人人没有看过?
xenix 2003-07-30
  • 打赏
  • 举报
回复
Visual Studio
freewing 2003-07-30
  • 打赏
  • 举报
回复
(无言)

15,447

社区成员

发帖
与我相关
我的任务
社区描述
C/C++ 非技术区
社区管理员
  • 非技术区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧