C++ STL 习题
摘要:Questions:BASE:1. which are wrong?int ia[ 7 ] = { 0, 1, 1, 2, 3, 5, 8 };(a) vector< vector< int > > ivec;(b) vector< int > ivec = { 0, 1, 1, 2, 3, 5, 8 };(c) vector< int > ivec...
阅读全文
posted @ 2006-05-19 15:11
posted @ 2006-05-19 15:11
posted @ 2006-05-10 10:36