摘要:1. It can point to an object.2. It can point to the location just immediately past the end of an object.3. It can be a null pointer, indicating that i
阅读全文
摘要:ch3.1 new c++11 language features 3.1.1 important minor syntax changes space in template expression vector< list<int> > // ok in each c++ version vect
阅读全文