可能的重复:
C 等价于 C++ STL
由于嵌入式系统的内存限制,我正在用 C 编写程序。我需要一个std::unordered_set<int>
来实现我的算法。C 有哪些类似 STL 的库?如果没有实现,std::unordered_set<int>
那么我可以使用什么容器作为替代方案?
可能的重复:
C 等价于 C++ STL
由于嵌入式系统的内存限制,我正在用 C 编写程序。我需要一个std::unordered_set<int>
来实现我的算法。C 有哪些类似 STL 的库?如果没有实现,std::unordered_set<int>
那么我可以使用什么容器作为替代方案?