由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Quant版 - [合集] C++: operator new 为啥要是 static的, 不是有啥影响? (
相关主题
[合集] 一道面试题 (c++)why use static function here?
关于涉及C++的面试,俺的一点总结operator overloading (C++)
[合集] 这道C语言问题如何解答?谁给改一个线程安全的smarter pointer类
a questiong regarding Structured Finance问个C++编译器如何处理函数内的static 变量
问个算法题inline function是否可以递归?
求推荐:统计书C++类的静态函数对成员函数
【Finance】dynamic/static replicating portfolioc++: how to convert interger to pointer?
C++: operator new 为啥要是 static的, 不是有啥影响?面试面试官错了怎么办?
相关话题的讨论汇总
话题: operator话题: static话题: c++话题: new话题: xx1
进入Quant版参与讨论
1 (共1页)
b***k
发帖数: 2673
1
☆─────────────────────────────────────☆
ccca (cc) 于 (Wed Jul 2 16:25:35 2008) 提到:
发信人: ccca (cc), 信区: Programming
标 题: Re: C++: operator new 为啥要是 static的, 不是有啥影响?
发信站: BBS 未名空间站 (Wed Jul 2 16:25:26 2008), 转信
class A{
public:
void* operator new(size_t){A* p=this;};
}
编译器如是说,
d:\documents\visual studio 2005\projects\xx1\xxx1\xxx1.cpp(20
) : error C2671: 'A::operator new' : static member functions do not have
'this' pointers

☆─────────────────────────────────────☆
binrose (BigHead) 于 (
1 (共1页)
进入Quant版参与讨论
相关主题
面试面试官错了怎么办?问个算法题
c++ 弱问题:static const char* const 这两个const 分别是什么意思?求推荐:统计书
C++ Singleton的实现【Finance】dynamic/static replicating portfolio
问两个问题,C++C++: operator new 为啥要是 static的, 不是有啥影响?
[合集] 一道面试题 (c++)why use static function here?
关于涉及C++的面试,俺的一点总结operator overloading (C++)
[合集] 这道C语言问题如何解答?谁给改一个线程安全的smarter pointer类
a questiong regarding Structured Finance问个C++编译器如何处理函数内的static 变量
相关话题的讨论汇总
话题: operator话题: static话题: c++话题: new话题: xx1