Skip to content

Th3Spl/kstd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kstd ( Kernel Standard Template Library )

For obvious reasons the normal C++ STL libraries are not usable in kernel Mode and since sometime doing all the string / list allocations manually in kernel mode can be tedious i decided to implement some basic STL functionalities in order to simplify the process.

Classes:

  • string
  • wstring
  • vector

A big thanks to my friend FURYWOLF for the collaboration.

About

Implementing STL C++ classes in Kernel Env ( with some differences )

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages