Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
c++ - unexpected characters
Hi, ive tried twice to attach screen shots (jpegs) but unsucessful, so here is what im seeing when the crash/error occurs in the array "raw_data" used to read in the data. expected: '12''\''02''\''2006' unexpected: '2''9''\12'\0''2'1\''2006' Paul Apr 09 2007
Paul skrev:Hi, ive tried twice to attach screen shots (jpegs) but unsucessful, so here is what im seeing when the crash/error occurs in the array "raw_data" used to read in the data. expected: '12''\''02''\''2006' unexpected: '2''9''\12'\0''2'1\''2006' Apr 09 2007
Hi Bertel, please find attached the complete program! (sorry) Ive added the header file at the bottom of the program listing. It includes the definition of struct proform and the function open_file. I much appreciate your efforts. Paul Apr 09 2007
Paul skrev:Hi Bertel, please find attached the complete program! (sorry) Ive added the header file at the bottom of the program listing. It includes the definition of struct proform and the function open_file. Apr 10 2007
|