im gonna write a program to keep track of
some customers, and id like to know if i had a simple
input, containing the customers name and a few
other items in a single line such as :
what would be a good way to search thru the file for individualCode:myfile << full_name << " " << more_info << " " << more_info2 << endl;
lines when the search could be based on any of the items, such
as a search for full_name, more_info or more_info3
my skill is limited, im still learning so simplness, or good
explanation will get you brownie points :/
Thanks in advance to all replys.
(Operating System : Windows Server 2003 Web Edition)
(Compiler/IDE : Microsoft Visual Studio 2003)



LinkBack URL
About LinkBacks


