现在位置 >首页 > 所有关于c++的文章
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...
阅读全文
这是一个图算法库,准备找来实现多叉树的。似乎比较复杂,暂时先不用了,有时间了再来研究,先占位^_^
http://www.boost.org/libs/graph/doc/table_of_contents.html
阅读全文
一篇不错的文章,先占个位置,有空再来整理
http://tech.sina.com.cn/s/2005-08-12/1842692292.shtml
阅读全文




![Compiler Error C2801 [转]](http://blog.ddrr.org/wp-content/themes/HotNewspro/images/random/tb11.jpg)

