Hi, the problem does not seem very clear to me... Do you want to know how to read / write on a file with a C++ programme? If this is the case, I can point you to this page: http://www.cplusplus.com/doc/tutorial/files/. Otherwise, please be more specific about what you want.
Well in one of my in class assignments we design a program where we entered the name of a txt file. The program reads the txt file and outputs the data in the file. This txt file was created by my teacher and stored in a folder for all students to access. This is how I want to create a txt file....How do i do this??