hang@cs.utexas.edu (Hang Ho Ng) (05/25/90)
I am new to C++ and have just purchased the Zortech C++ compiler.
There is a set of sample programs ("doodle") that comes with the
kit. While trying to compile these programs, I run into a syntax
error with the "dos.h" file. The error msg is just one of those
unfriendly "missing ;" msgs.
I would appreciate any help on resolving this. I tried writing
some small code that uses "dos.h" and the same error msg surfaced.bright@Data-IO.COM (Walter Bright) (05/31/90)
In article <8702@cs.utexas.edu> hang@cs.utexas.edu (Hang Ho Ng) writes:
<While trying to compile these programs, I run into a syntax
<error with the "dos.h" file. The error msg is just one of those
<unfriendly "missing ;" msgs.
There's a member of one of the structs mistakenly named 'class' instead
of 'eclass'. Simply rename it.