?? static-mem3.c
字號:
// { dg-do assemble }// GROUPS passed static-mem// static-mem file// Message-Id: <9406021639.AA00789@oz.NeXT.COM>// From: Sumana Srinivasan <Sumana_Srinivasan@next.com>// Date: Thu, 2 Jun 94 09:39:09 -0700// Subject: static members function pointersclass CRTFooBar;class CRTFoo {public: static const CRTFooBar & defaultFooBar( ); CRTFoo( const CRTFoo & ); CRTFoo( ); CRTFoo( const char *, const CRTFooBar &tp = CRTFoo::defaultFooBar(), int = 0 ); CRTFoo &setFoo( double, const CRTFooBar & = CRTFoo::defaultFooBar() );};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -