I want to write a program that will allow me to filter and search by category an
ID: 3744635 • Letter: I
Question
I want to write a program that will allow me to filter and search by category and the user needs to permently register their login information and if they forget their login then they can reset password, user name by email. Can you write a program in c++ that will filter and search by category for example if I wanted to look up and search the txt.file by pressing 1 for last name onlysearch or 2. by there finincal information only search or 3.by there address only sesarch and so on. Can you show your work and out put. This is what I have below to give you an ideal of what I and i am using xcode. looking for. Thanks
#include
#include
#include
using namespace std;
class user
string address, user name, userdatenter;
intmain ()
return 0;
}
Explanation / Answer
#include #include #include #include using namespace std; void mainmenu(); int choice; bool cinfail; int confirmation; string username, password, password2; void writetofile(string username){ ofstream writefile; string file = username+".txt"; writefile.open(file.c_str()); writefileRelated Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.