王骏的BLOG
编程、网络技术点滴...
<2008年3月>
2425262728291
2345678
9101112131415
16171819202122
23242526272829
303112345
公告

留言簿(24)

随笔分类

随笔档案

文章分类

文章档案

相册

WEB开发

相关链接

搜索

最新评论

阅读排行榜

评论排行榜

 
VC知识库BLOG   首页  新随笔  联系  聚合  登录 
  随笔-61 文章-5 评论-246 Trackbacks-0

编译错误:
xutility(39) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'const class CObj' (or there is no acceptable conversion)

解决:
CObj& operator = (CObj& obj)
改为CObj& operator = (const CObj& obj)

posted on 2008-03-21 22:41 王骏的BLOG 阅读(881) 评论(0)  编辑 收藏
Comments
标题  
姓名  
主页
验证码 *
内容   
  登录  使用高级评论  Top
[使用Ctrl+Enter键可以直接提交]