scoped_ptr 与 auto_ptr 与 shared_ptr 区别总结 Excel RTD(Excel Real-Time Data)实时刷新数据技术 boost多索引容器multi_index_container实战 C++中智能指针的设计和使用
导读:

C#中利用HashSet代替List

C#需要存储一个集合,然后判断集合是否已包含某元素等等。我相信大...


WCF:使用Array替代List

本文主要介绍WCF中arrays 及 generic lists的区别。


scoped_ptr 与 auto_ptr 与 shared_ptr 区别总结

1.auto_ptr 被复制后,将失去原来所致资源的所有权; 2.scoped_ptr...

分享到: