Actually reading the newlineWell, then I'm sticking with my ugly solution. Thanks everybody for the help. At least I learned som...
Actually reading the newlineOk, so if I understand this correctly. Whenever you read from a file and you read the newline and do...
Actually reading the newline[quote]'\n' in memory is represented by '\\n' in C code, because by default, when the Compiler will ...
Actually reading the newline[code] std::ifstream is(filename.c_str(), std::ios::in); intermediate_mapper_format::source s; int l...
Actually reading the newlineCurrently I'm having problems reading input files. The problem I'm encountering is that I actually w...
This user does not accept Private Messages