> Okay, so what actions should I take?? I am teaching a HS class C++
> using VSC++ and in this program it calls for graphics.h and conic.h
> and dice.h header files.
>
> It will not still run, so do I need to make my own header or what??
> email is: crs2003c@yahoo.com
These header files are not now, nor have they ever been part of Visual C++
(including VC6).
It sounds like you're using course materials that were designed from
something like Turbo C++ for DOS. If that's the case, you'll simply need to
update your curriculum. There's no tractable way to get DOS graphics
examples to compile with Visual C++. Ironically, if you had an old enough
development environment to compile them, the resulting programs would
probably run on Windows XP just fine.
-cd
crs2003c - 10 Nov 2004 22:38 GMT
You know everyone here is correct. This is not the first set of headers that
I wil be needing this year. Its my first year teaching this class though and
its been hetic to say the least.
If I am not mistaken, this is the last year of C++ on the ciricumlum.
Hopefully it will be replaced with Java if the school system is smart.
uhmm...wait that requires thought and consideration. It doesn't pertain to
the sports. lol
Thanks again for the help.
> > Okay, so what actions should I take?? I am teaching a HS class C++
> > using VSC++ and in this program it calls for graphics.h and conic.h
[quoted text clipped - 14 lines]
>
> -cd