User profile: extra1

User info
User name:extra1
History
Joined:
Number of posts:5
Latest posts:

How to delete a line from a text file using fstream
Ok 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 fstream
I 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 fstream
I'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 ...