User: lnwlfx44

  • Public profile

User profile: lnwlfx44

User info
User name:lnwlfx44
History
Joined:
Number of posts:7
Latest posts:

How to go through a file multiple times?
I am going through a file once in one do-while loop, closing the ifstream and re-opening it, and the...

How to get past a blank line?
I was told to replace the body of my loop with infile.getline(moo, 256); if(strncmp(moo...

How to get past a blank line?
Hmm, I tried infile.get(char c), but I'll try just "get". Thank you. Edit: Nope, I'm still gettin...

How to get past a blank line?
When my input file reaches a line that only contains a newline character, that same line keeps being...

Searching from an input file, writing to another.
I believe the error may lie in the do-while loop, but I'm not sure. When I run the program, It outpu...

This user does not accept Private Messages