- 博客(2)
- 收藏
- 关注
原创 解决vs2005下Winnt.h的报错问题
错误 1 error C2146: syntax error : missing ';' before identifier 'ContextRecord' d:\program files\microsoft visual studio 8\vc\platformsdk\include\winnt.h 3857 错误 2 error C4430: missing type specifi
2014-07-01 20:16:30
1493
原创 c++下类成员函数的调用发生了啥(从汇编看)
昨天使用了下这样一段代码 class A { public: virtual void vitualFun() { cout<<"hello this is a A vitual Fun()"<<endl; }; }; class B : public A { public: void vitualFun() { cout<<"hello t
2014-06-29 17:03:21
1628
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅