[cpp] nonoverloadable operators
hit_pc
hit_pc at 163.com
Sat Mar 24 11:56:33 CST 2007
On Sat, 24 Mar 2007 11:35:48 +0800, Fei Xu <flyingxu at gmail.com> wrote:
> The following four C++ operators cannot be overloaded:
> // nonoverloadable operators
> :: .* . ?:
>
> 这是c++ primer上的一句话
>
> 上面是哪4个操作符啊?
构造函数,析构函数,拷贝构造函数,operator=
ms是这四个,我记得是。
> 书排版不是很明显,是不是这四个?
> 其中.*操作符怎么用的啊?
>
> _______________________________________________
> Cpp mailing list
> Cpp at codingnow.com
> http://codingnow.com/mailman/listinfo/cpp
>
>
--
Hello,World.
-LegolasKiss
More information about the Cpp
mailing list