individual project

i am truly lost with this.

You are required to create a simple Automated Teller Machine program fully functional using programming constructs and principles that you have garnered. You will be required to do some additional research on files along with meeting the following basic requirements.
Requirements
Your program should include but not be limited to the following functions:
1. Main (driver) that controls the running of your program
2. -void write_account(); //function to write record in binary or text file
3. -void display (int); //function to display account details given by user
4. -void delete_account(int); //function to delete record of file
5. -void display_all(); //function to display all account details
6. -void deposit_withdraw(int, int); // function to desposit/withdraw amount for given account
7. -void intro(); //introductory screen function to display introduction and main menu
using programming constructs and principles that you have garnered


What have you garnered so far ?
Thanks for correcting that error.. So far i have not learned anything becaude i was placed in a class where everyone is a head of me, mainly because i am the only one who is just starting c++. And the professor didnt even start from the basics.. So honestly i don't know anything pertaining to what functions.
You are in very difficult situation.
So honestly i don't know anything pertaining to what functions.

Could you maybe find out? Ask the professor or some other students?
I think he intends for us to create the program using our own creativity..
Maybe the best for you would be to go through the tutorial here on the site and learn first the basics of C++. When you have mastered these, maybe in a few weeks - depending how much time you have and how fast you can learn, than you could start with the Automated Teller Machine program. Always remember that there are enough people here to help if you don't understand sth.

http://www.cplusplus.com/doc/tutorial/
Topic archived. No new replies allowed.