Finding what line a word is onI'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 onAnd @ 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 onThanks, having a new problem.. when I call a file in my program: [code]#include <iostream> #incl...
Finding what line a word is onNevermind I seem to have solved my own problem. here is the full code: [code]#include <iostream> ...
Finding what line a word is onOkay, so here's the deal. I made a program that loops through a text file. Now all I need is when if...