error string subscript out of range- WHY???/** Find words in stream, places them in a string, finds the beginning and end position of the ...
Error: string subscript out of range. WHAT'S WRONG???Yeah, I know the error means I'm trying to access a character in a string that doesn't exist. I figu...
Error: string subscript out of range. WHAT'S WRONG???string findwords(string line, unsigned startpos) { while(startpos != line.length()) { while(is...
This user does not accept Private Messages