hi all,
i created a simple C++ code that will open a text file created by VBA , the text file contains words , i am trying to make the C++ program look for a specific word
so ie
the text file has 3 pages of words , i am looking for ">thisword<" when i find it i want to return okay and if not i want to return failed
how can i do this in C++
thanks
i created a simple C++ code that will open a text file created by VBA , the text file contains words , i am trying to make the C++ program look for a specific word
so ie
the text file has 3 pages of words , i am looking for ">thisword<" when i find it i want to return okay and if not i want to return failed
how can i do this in C++
thanks