What I'm trying to do is create a Simple contact list, with a menu, which i would add contacts too, edit contacts, view them, and search them when there is a long list, maybe on the basis of contact numbers or names. And first start with saving them in a file. Then once i have that functioning correctly. Either use the text file as a temp dump to update the database. Or if that's not possible or not the correct way to go about the solution, then would directly connect it to the database.
Once successful I shall start adding the GUI interface to the program.
it will have Add contact, Edit Contact, View contact, Search contact, and Exit.
How should I go about it ?
A flowchart would be handy If possible. Or even pseudo code.
Thanks!
Once successful I shall start adding the GUI interface to the program.
it will have Add contact, Edit Contact, View contact, Search contact, and Exit.
How should I go about it ?
A flowchart would be handy If possible. Or even pseudo code.
Thanks!
Comment