- 77 名前:wolf ◆8VH3XAqjlU mailto:sage [2007/12/09(日) 11:31:49 ]
- >>24
>>26 int a; <= これはどっち? <--- declaration with simple-type-name int main(){ int b; <= これはどっち? <--- declaration with simple-type-name } Grammar of C++ Declarations msdn.microsoft.com/library/ja/vclang/html/_pluslang_Grammar_of_C.2b2b_.Declarations.asp?frame=true
|

|