2 Apr
2004
2 Apr
'04
18:01
Örn Hansen wrote:
torsdag 01 april 2004 01:18 skrev du:
<snip>
These are "C" heders, and not C++ headers. Use their C++ counterpart, and for those you really need ...
extern "C" {
#include <dos.h>
};
#include <cstdio> #include <cstdlib> #include <cstring> #include <cctype> or <cwctype> #include <ctime> #include <iostream> #include <cmath>
. . .
Thanks to all for their comments. I will give these suggestions a try. I was unaware that these were C and not C++ headers to I will start there. Thanks again, DC