摘要:
一道C语言的题目,关于指针和int类型。 阅读全文
摘要:
总结一下自己关于带新人,作新人的思考. 阅读全文
摘要:
周五在张江附近约了两家公司面试,于是顺道去造访了一下博客园,成功约出楠姐吃饭,还让dudu付了钱,真是赚大了。 阅读全文
摘要:
嗷嗷按,今天被问到在constructor/destructor中调用virtual member function的问题。答错了,很羞耻 阅读全文
摘要:
嗷嗷按,用C++这么多年,还真的第一次注意到有这个东西,具体所有细节还没整理出来。先用个例子说明一下大概[代码]};class BB:private AA{public: using AA::i;};int main(){ BB b; b.i = 1; //OK, no problem //b.j = 1;// inaccessible to b.j} 阅读全文
摘要:
int func(int aa[4]) { return sizeof(aa);}返回值为几何?? 阅读全文
摘要:
— Conversion to orfrom an integer type produces a value outside the range that can be represented(6.3.1.4).— Demotion of onereal floating type to another produces a value outside the range... 阅读全文
摘要:
— Two declarationsof the same object or function specify types that are not compatible(6.2.7).[代码] 阅读全文
摘要:
— The arguments tocertain operators are such that could produce a negative zero result, but theimplementation does not support negative zeros (6.2.6.2).如果最高位为符号位,0x00000000是正零,0x80000000是负零。 阅读全文
摘要:
我叫嗷嗷,我喜欢乱叫,我是C/C++语言的偏执狂,嗷嗷~~~~ 这里是我对于C语言中的那些undefined behavior的理解 阅读全文