need help individual assignment c++

this is an assignment of my c++
i. Provide several options to user to decide on the action they wish to perform.
ii. Read in information such as date of expenses, description, category, amount and etc.
iii. Store information in text file.
iv. A file is created for expenses of each month in format below: expense_<month>_<year>.txt
v. Provide an analysis/summary report on expenses.
vi. User can save the analysis report to text file.
vii. Error checking on inputs from user.

can anyone teach me how to write it correctly?
especially create the text file i totally don't have any idea to write it @@
Last edited on
http://www.cplusplus.com/doc/tutorial/

there are a ton of resources available on this site. I would be more than happy to make corrections and help you with code after you have given it at least an attempt.
Topic archived. No new replies allowed.