Thread
:
how to confirm presence of a number or word in a text file?
View Single Post
Quarry
Newbie Member
28Jun2008,11:24
Hi, I'm new to C++ (and to programming for that matter) I need help on how to check if certain words or numbers are present in a text file.
for example:
(is the number 255 in the text file?) True or False.
thanks!