背后
书
20100601-平淡的面试和晚点的飞机
收集怪人

现在位置 >首页 > 所有关于c++的文章

发表于:2007年06月11日  分类:信息收藏  添加评论  1862 views 
Compiler Error C2801 [转]
from: http://msdn2.microsoft.com/en-us/library/k4fyzf6a(vs.80).aspx Visual C++ Concepts: Building a C/C++ Program Compiler Error C2801 Error Message 'operator operator' must be a non-static member The following operators can be overloaded only as nonstatic members: Assignment = Class member access -> Subscripting [] Function call () Possible C2801 causes: Overloaded operator is not a class, structure, or union member. Overloaded operator is declared static. The following sample generates...
阅读全文
发表于:2007年06月08日  分类:信息收藏  添加评论  16,494 views 
Boost Graph Library 学习笔记
这是一个图算法库,准备找来实现多叉树的。似乎比较复杂,暂时先不用了,有时间了再来研究,先占位^_^ http://www.boost.org/libs/graph/doc/table_of_contents.html
阅读全文
发表于:2007年06月08日  分类:信息收藏  添加评论  15,716 views 
面对大型程序:C/C+语言struct深层探索【转】
一篇不错的文章,先占个位置,有空再来整理 http://tech.sina.com.cn/s/2005-08-12/1842692292.shtml
阅读全文