Hello all, This is my first post but i have lurked around the forums for a while (sans account)
my problem is thusly:
I have written a program to take information from a data file, copying values to a vector, allow the user to add/delete and print form this vector and then write out.
In theory, all of my code works, it compiles under gcc, and the program runs, the problem is, i do not think that it writes to the file, and i am not able to print entries from the vector even when i just created them.
I now link you to a pastebin with my code because i didn't want to spam the message board.
Many thanks!