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

c# - Farseer ContactListener is not working -

Automatically create pages in phpfox -

database - one php page with different contents and urls -