/*表示*/ printf("%7.2f ",tt); for (j = 1; j <= M; j ++) printf(" %2d",sm[j]); printf(" "); for (k = 1; k <= N; k ++) printf(" %2d",sn[k]); printf(" "); for (i = 1; i <= q; i ++) printf(" %2d",sq[i]); printf(" ");
auto and bool char class const const_cast double define defined do extern explicit enum else elif endif export float for int if ifndef include long mutable namespace or public protected private return register static static_cast struct switch short sizeof template typedef typename using void volatile while xor
>>195 Inside the C++ Object Model も入れとく。コンパイラの内部動作について理解を 深めるのに最適。STL 使うなら Generic Programming - STL による汎用プログ ラミングも必読。あとは C++ only の本ではないが Linkers & Loaders も読んで おいて損はない。