VC++ <fstream>
Hello, when i created a ifstream object and tried using
its read function, i found out it wouldn''t accept a signed or
unsigned char* although the MSDN library says it is supposed to.
Pls enlighten...thank u
i''m using VC++ 6.0
July 24, 2001 12:05 PM
Please expand... as in post a code snippet, cos we don''t have the foggiest what you''re actually doing.
Are you trying to read in unsigned chars? Are you tryin to us a string of signed/unsigned chars as the file name? Are you following proper syntax? Are you familiar with the debugger?
Just some questions.
Are you trying to read in unsigned chars? Are you tryin to us a string of signed/unsigned chars as the file name? Are you following proper syntax? Are you familiar with the debugger?
Just some questions.
|
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement