I use strstr or better wcsstr, but how i can take the place of seachingWord, and how i must searching from size_t fromThisPlase?
Also findfirstof() function is not offering by codeblocks that i use.
Also findfirstof() function is not offering by codeblocks that i use.
So you are using a c compiler then? If you are writing c code then no you wouldn't have access to the standard libraries offered by a c++ compiler. I don't understand the other question at all.
No, i am using c++, and gcc compiler, but i think that c type search is more faster than using the searching in a wstring.
findfirstof() is in use by vc++ i think.
Find_First_Of is an algorithm that is part of the std c++ library and a member function of the std::string class. They are available with all c++ compilers that are compliant with the c++ std.