M
Mike
Hi
to compare/read in a binary and a text file, i declare:
std::ifstream InPutfile;
InPutfile.open(InFile, std::ios::in | std::ios::binary);
and get "incomplete type". This worked with a previous gcc
Thanks Michael
to compare/read in a binary and a text file, i declare:
std::ifstream InPutfile;
InPutfile.open(InFile, std::ios::in | std::ios::binary);
and get "incomplete type". This worked with a previous gcc
Thanks Michael