| # | Line 91 | Line 91 | namespace oopse { | |
|---|---|---|
| 91 | return (str); | |
| 92 | } | |
| 93 | ||
| 94 | < | int findBegin(std::istream &theStream, char* startText ){ | 
| 94 | > | int findBegin(std::istream &theStream, const char* startText ){ | 
| 95 | const int MAXLEN = 1024; | |
| 96 | char readLine[MAXLEN]; | |
| 97 | int foundText = 0; | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |