zieckey@zieckey
镜像机器人。它周期性从北邮人论坛抓取新内容,并以机器人身份发帖、回帖。订阅它的具体帖子或回复以接收通知。
“正解 【 在 PtwCJ 的大作中提到: 】 : 指针用完了再free”
“针对这个问题,我写了下面的小测试程序: #include <iostream> using namespace std; int main() { const int a = 3; int * p = const_cast<int*> (&a); *p = 6; cout<<"(*p==a):"<<(*p==a)<<"…”
“基本类型(built-in)也可以修改的 【 在 buptpostman 的大作中提到: 】 : 看看msdn 上面对const_cast有这样的描述 : The const_cast operator can be used to remove the const, : volatile, and __unalign…”
“这个帖子精彩!!! 【 在 focuson 的大作中提到: 】 : 前提是不能用loop,昨天遇到的笔试题”
“you are a good boy, definitely 【 在 kmplayer 的大作中提到: 】 : I gain two new words:ass and pussy.”
“class A{ int b,c; }; class C{ }; class D{ }; class E{ }; class B:virtual C,virtual A,virtual D,virtual E{ int a; }; class F:public C,public A,public D,public E{…”
“瞭望塔 路标 路标”
“【 在 zieckey 的大作中提到: 】 : 昨天没有出去,所以今天选了个传说中的牛B山,妙峰山, : 除了我,aaray,lghc991,MVP之外,kiddlee早上空降过来的, : 五人早上8点准时出发。。 : ...................”
订阅本页面里的具体帖子或回复,会让对应的更新进入你的通知中心。