c++ - String functions in C driver development on Win7 -


i'm coming user-level development , i'm new c/c++ on kernel level. have implement string parser based on split function strtok known string.h. far discovered yet 1 can not use string.h or cstring.h anymore. found out wdf , wdfstring.h there "constructor"-functions in there, rest?

so main question is: functions string manipulation available , have create? don't want reinvent wheel, know.

thanks in advance!

perhaps want take @ "kernel safe string functions".

there number of functions, , written "safe", standard library ones aren't (typically).


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -