User profile: XYPH

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

Finding what line a word is on
I'm launching it in the same directory that the .cpp file is. they both are in the same spot. It wil...

Finding what line a word is on
And @ simeonz, I'm expecting that in the text file every word will have it's own line. But thanks fo...

Finding what line a word is on
Thanks, having a new problem.. when I call a file in my program: [code]#include <iostream> #incl...

Finding what line a word is on
Nevermind I seem to have solved my own problem. here is the full code: [code]#include <iostream> ...

Finding what line a word is on
Okay, so here's the deal. I made a program that loops through a text file. Now all I need is when if...