Hmmm if someone could help me.. i am trying to create a file and then write on it, but after i run the program the information i enter from keyboard will not stay saved in the file.
Here's what i have tryed:
Note that the backslash '\' is used to denote an escape code, such as '\n' for newline, '\t' for tab and '\\' for an actual backslash character. http://www.cplusplus.com/doc/tutorial/constants/