阅读背景:

如何在C ++模板容器中实现erase()方法

来源:互联网 

For a book exercise, I need to create a simple C++ container (mimicking that of std::vector) called Vec. However, I am having problems implementing a simple erase() method. My intention is to destroy the object within that index, then move back all elements after the index one spot down the list. For a book exercise, I need to create a simple




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: