How to delete a line from a text file using fstreamOk I redid the function to how you specified it and did some caveman debugging, I tried to print out...
How to delete a line from a text file using fstreamI have tried following your pseudo-code but it my code seems to copy all the text to the temp file. ...
How to delete a line from a text file using fstreamI'm trying to make a simple phonebook app that can show contacts, add, and delete. I'm pretty new to...
Phonebook Project that writes and reads from text files using arrays It's global so I can use it in my bool show() function. After I add a contact and try to show them a...
Phonebook Project that writes and reads from text files using arrays Hi I'm new here and not so adept at C++ myself. My problem is when I try to show the contents of my ...