标题:const对象的动态分配
取消只看楼主
独孤剑魔
Rank: 1
等 级:新手上路
帖 子:103
专家分:0
注 册:2008-8-5
 问题点数:0 回复次数:1 
const对象的动态分配
我在书中看到,c++允许动态创建 const 对象,例如;const int *p = new const int(1024)//前提是必须初始化
我在vc++6.0上测试,无法通过编译,以下是错误:
--------------------Configuration: vava - Win32 Debug--------------------
Compiling...
vwx.cpp
D:\c++程序\vava\vwx.cpp(6) : error C2468: 'new' : cannot allocate 'const'/'volatile' objects (type is 'const int')
D:\c++程序\vava\vwx.cpp(6) : error C2166: l-value specifies const object
Error executing cl.exe.

vava.exe - 2 error(s), 0 warning(s)

求教指点,谢谢。
搜索更多相关主题的帖子: const 动态 对象 
2008-09-04 09:53
独孤剑魔
Rank: 1
等 级:新手上路
帖 子:103
专家分:0
注 册:2008-8-5
得分:0 
误会了,我所说的不是指向const的数组,是一个const的对象,这个示例是 在 c++primer中看到的。
2008-09-04 19:37



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-231323-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.298719 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved