C言語なら俺に聞け(入門篇) Part 54
at TECH
472:デフォルトの名無しさん
09/10/17 18:41:36
>>466
float型のconst変数を指すポインタ型のconst変数
float a; // float型の変数
const float b; // float型のconst変数
const float *c; // float型のconst変数を指すポインタ型の変数
const float *const d; // float型のconst変数を指すポインタ型のconst変数
次ページ続きを表示1を表示最新レス表示スレッドの検索類似スレ一覧話題のニュースおまかせリスト▼オプションを表示暇つぶし2ch
5146日前に更新/215 KB
担当:undef