memconst.c
来自「this is a gcc file, you can download it 」· C语言 代码 · 共 26 行
C
26 行
// From: Ove.Ewerlid@syscon.uu.se (Ove Ewerlid)// Subject: ss-940630:cc1plus: internal error// Date: Sat, 2 Jul 1994 05:07:20 +0200// Special g++ Options:// Build don't link:class qwerty {public: qwerty (const unsigned short userkey[8]); ~qwerty ();};class foo {private: static const unsigned char * const dummy_key = (unsigned char*)"ThisIs a dummy!"; // ERROR - public: void bar ();};voidfoo::bar (){ qwerty QWERTY ((unsigned short*)dummy_key); // ERROR - }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?