MyBlog
ariesjzj
全部博文(55)
2011年(2)
2010年(7)
2009年(17)
2008年(29)
songchua
penguin2
jackie_i
nelson_x
cpk1ng
muyuran
szchl200
hweired
倔强的土
分类: C/C++
2008-09-16 21:03:15
template<typename T, // template for n x n matrices of std::size_t n> // objects of type T; see below for infoclass SquareMatrix { // on the size_t parameterpublic: ... void invert(); // invert the matrix in place};
上一篇:《Effective C++》 Item39
下一篇:《Effective C++》Item 45-46
登录 注册