Final Assignment.. C++ class

Hey i need help with the final assignment of my Microsoft Visual C++ class and its a hard one its an online address book where it keeps a bunch of information such as name id birthday and etc. i know it looks messy but if you copy paste into the studio it would look better i REALLY WOULD APPRECIATE any help with any part of the program .. i have most of the program done it is just some menus that i need to add to this following program and the assignment asks specifically to
1)Load the data into the address book from a file(file name is provided by the user)
2)sort the data by Last name
3)Search for a person
a. Using Id
b. Using Last name
4) print to the monitor their address, phone number, date of birth of persons name or ID
5) print the names of the people whose birthday is in given month
6)depending on users request print the names and phone numbers of all friends, family members, or business associates
7)print the names of all people between 2 given last names
8)add a new member to the address book
9) Delete a member from the address book
10) print to a file all entries of the address book in a tabular form printing name, ID, phone number and classification of the person.


**THE FILE IS STORED IN THIS ONLINE STORAGE: http://www.box.net/shared/5vg50hnzjd

thanks again.


What's your problems? errors?
no i need to make that menu but tomorrow but with 3 other finals i havent had time to get to it. thats why i asked for help with it
Sorry. We don't do homework.
but please...it doesnt have to be fully done. even 4or 5 options of menu would help.
http://www.cplusplus.com/forum/articles/1295/

When you ask a question, ask a question. Dont ask people to do it for you, cause they won't.
ive done most of the program.. its jut the last part.. alil sympathy please? i help people with their math and physics HW everyday cause i know how stressful it is.. if someone knows their stuff this is the easiest job a programmer have to do.. this is my first semester of this class thats why im having problems
When you said
jut the last part
did you mean just question 10?
If so, try the setw() and setfill() manipulators
You got my sympathy. I'm just telling you no one will make your homework. Sorry, but that is not how it works.
However, we would be glad to help you. That's why we're here. (Read that article I posted) Helping is someting else as doing it.

Posting "I have to do this and this" wont result in the answers you want.

Posting "I have to do this and this, I have done this and this, and this and this isnt working but I can't figure why" will give a lot of helpfull responses.
did you mean just question 10?



yea but i need them coded you know? the link on the bottom of the thread is what i have done and i need that menu added to it. im trying right now as well but just have too much to do and i cant focus. thats why im asking for help
Sorry, I misunderstood you. I tought you wanted someone to do the whole thing for you.
Still, I dont think someone will just give you the code.
yah well i was hoping someone would find it in their heart to help someone in need of help. thanks anyways.
When is this final project due?
(Last try:)

I want to help you. That's why I'm on this forum, why i read and answered your post in the first place. But I won't do your work for you, and I think most people here won't either.

Return 0 has a good point: do you have to hand it in tomorrow, or do you have a few days left? In the last case: leave it for now and come back tomorrow if you're not focused now. And if you come to actual problems, post them and I or someone else will be glad to answer it ;)
Last edited on
its due tomm. return 0. i know its rediclious but like i said i have 2 other finals 2maro as well thats why im asking for help otherwise i would do it just like what i have done the rest of my programs.. and thank you scipio for your help.
10) print to a file all entries of the address book in a tabular form printing name, ID, phone number and classification of the person.


Well... this isn't a very difficult task and should take no time if you've coded your program well. Do you have anything at all coded for task #10?
Topic archived. No new replies allowed.