首页
新闻
小组
威客
人才
下载
博客
代码贴
在线编程
论坛
注册
|
登录
代码贴
→
蜗牛KTZ的代码贴
→
全部
[C++]为什么有两个out表示溢出了呢??求指导
#include<iostream>
using namespace std;
class Shengxb{
public:
Shengxb(int size=0);
~Shengxb();
int &operator[](int i);
void pull();
void connect(Shengxb &BB);
private:
int size;
int *shengxb;
......................
阅读全部
| 2012年9月23日 10:17
1
蜗牛KTZ
全部(1)
C++(1)