R
rsforster
I am converting some of my old code to use C++ streams instead of the
old ANSI C streams (fprintf et al).
I have been away from C++ for a while and I cannot remember what
namespace ifstream is in. I am getting an ambiguous symbol error.(in
Visual Studio 6.0) .
I simply included the header and tried constructing a ifstream.
ifstream bmpfile(filename2, ios::in | ios::binary);
PLEASE copy your answer to my email (e-mail address removed).
RF
old ANSI C streams (fprintf et al).
I have been away from C++ for a while and I cannot remember what
namespace ifstream is in. I am getting an ambiguous symbol error.(in
Visual Studio 6.0) .
I simply included the header and tried constructing a ifstream.
ifstream bmpfile(filename2, ios::in | ios::binary);
PLEASE copy your answer to my email (e-mail address removed).
RF