Ok, like I stated I am fairly new to coding and currently learning C++ in college right now. Well, are teacher has givin a "class" project to do and it is 80% of are grade! Well, I'm pretty much on my own with this class so I am now here asking for help
My problem is this (I hope I can explain it well enough). We have to design a prototype ATM application. It must be able to store and update 5 different users information. I need to be able to withdraw, deposit, and check the balance of accounts. Well, I dont know how to create the text files for the fstream to get the information from. I have the actual C++ program right now in front of me, and when I compiled it with Borland Compiler in class I only had 2 errors and fixed fairly easily. If I can just figure out how to create the text files it should run. I need to be able to store account number/PIN number and their account balance.