|
-
February 17th, 2002, 10:38 PM
#1
searching the .txt file
Can someone make me a really small program that searches a .txt file for a string that a person entered.For example, if a .txt file contains the String "Hello world" and the user enters "Hello world" the program could say "Found it"(or something like that)and If the program can't find it it can say "Couln't find it".
-
February 18th, 2002, 08:11 AM
#2
Re: searching the .txt file
www.boost.org -> class RegEx -> GrepFiles()
if you want the esealets way! 
be patience and you will get averythink
-
February 18th, 2002, 08:34 AM
#3
Re: searching the .txt file
why not use find.exe? it is in the windows\command directory most of the time
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|