【发布时间】:2010-01-16 10:07:45
【问题描述】:
我曾经使用 List.h 来处理 C++ 中的列表,但是 .Net 中是否有类似的库?因为我不能将 List.h 用于托管类型。
【问题讨论】:
-
什么是 List.h?在 C++ 中,您应该使用 std::list 来处理列表
-
您可能想了解更多有关 Linq-to-objects 和 System.Linq 命名空间的信息
标签: .net c++ list collections