How to overwrite a specific line in a file?I can overwrite the first line, but when it comes to the other lines, it doesn't overwrite. I have ...
How to display a string per line (fstream)Still need help D:
How to display a string per line (fstream)The code: [code]#include <iostream> #include <fstream> #include <string> using namespace std; int...
How to display a string per line (fstream)[code]while(getline(userFile, str1) && getline(passFile, str2)) { if(str1 == userIn && str2 == p...
How to display a string per line (fstream)It iterates the username, so when i input John, it will display : [output]Finn password is password...
This user does not accept Private Messages