好像C++的class没有modifier吧
所在版块:
求学狮城
发贴时间:2003-02-20 21:59
用户信息
昵称:
simon
经验: 5572
等级: 10 炉火纯青
资产:
7572
华新币
发贴: 6859
在线: 3625.1 小时
复制本帖HTML代码
我要回复↙
相关跟贴↙
平板模式
手机浏览
下一跟贴
只看此人
本帖链接
字体:
小
中
大
高亮
:
今天贴
X
昨天贴
X
前天贴
X
试着改一下:
in test.h, remove the "public" before "class"
class Time
{
public:
...
...
};
.
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!
You may say I'm a dreamer
but I'm not the only one...
相关帖子
我要回复↙
↗回到正文
test.h file
-
和尚庙的主持
2003-02-20 16:55
(
371 bytes , 433reads
)
in the test.h file
-
注册
2003-02-22 03:47
(
70 bytes , 256reads
)
test.cpp file
-
和尚庙的主持
2003-02-20 16:55
(
1049 bytes , 218reads
)
t.cpp file
-
和尚庙的主持
2003-02-20 16:56
(
937 bytes , 226reads
)
这三个file都在同一个目录下
-
和尚庙的主持
2003-02-20 16:58
(
269 bytes , 217reads
)
好像C++的class没有modifier吧
-
simon
2003-02-20 21:59
(
93 bytes , 228reads
)
没用,同样的问题还会出现
-
和尚庙的主持
2003-02-21 00:49
(
0 bytes , 178reads
)