Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
class CTest : public std::vector<CTest*> { // ... };
这样做安全吗?如果是,我应该使用哪个,矢量或列表?