Standard c++ containers in windows driver -


i know can't use stl library directly when developing windows driver. need use standard c++ containers ( vector, map,etc ) . 1 knows kernel based implementation of stl use under kernel mode, or other similar library @ least implements standard containers?

check out 1 http://bazislib.sysprogs.org/. lib contains patched version of stlport .


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -