Thread
:
searching for keywords in multiple text files
View Single Post
•
•
Join Date: Jan 2009
Posts: 79
Reputation:
Solved Threads: 12
MatEpp
Offline
Junior Poster in Training
Re: searching for keywords in multiple text files
0
#
2
Jan 7th, 2009
I'm not sure if this will work, but try
Help with Code Tags
C++ Syntax
(
Toggle Plain Text
)
while
(
keywords>>keyword !=
NULL
)
while(keywords>>keyword != NULL)
MatEpp
View Public Profile
Find all posts by MatEpp