Searching LPSTR string

Posted by David21 on Stack Overflow See other posts from Stack Overflow or by David21
Published on 2010-03-31T19:48:51Z Indexed on 2010/03/31 19:53 UTC
Read the original article Hit count: 268

Filed under:

I want to find some words after i get the whole file to char*. I know how to do it using the string class functions but i don't want to copy the data again to a string variable. is there any similar functions available to use for char* strings or should i still use string class?

© Stack Overflow or respective owner

Related posts about c++