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.
我知道在开发windows驱动的时候不能直接使用STL库。但我真的需要使用标准的 c++ 容器(矢量、地图等)。任何人都知道在内核模式下使用的基于内核的 STL 实现,或者至少实现标准容器的其他类似库?
看看这个http://bazislib.sysprogs.org/。此库包含 STLPort 的修补版本。