I'm a bit new with C++. I'm trying to figure out how to create a class to input customer details (name, company name, contact number) into a text file, and reading them back by searching thier name.
Any help would be appreciated! THanks!
Need help with C++ customer database.?
you need to learn file input/output using C++ if you want a text manipulation database
ex:
fopen("data.txt",r+b);
search more on codeproject.com
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment