Link to home
Start Free TrialLog in
Avatar of portianko
portianko

asked on

graph.h

Where can I get ueader file <graph.h> for Visual C++?
Someone, please, send it to me...
Sovet@post.5ci.lt
ASKER CERTIFIED SOLUTION
Avatar of nietod
nietod

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of portianko
portianko

ASKER

Ok, but... I have Visual Studio 6.0. There is NO header file graph.h. But I have searched for DOS graphics in MSDN library, and the result was:
      You need to use graph.h to set DOS graphic mode in Visual C++ 6.0...As I know, header graph.h was present in Visual C++ 4.0.
Actually, if you know other way to use DOS graphics in VC++, please write it.I'll be waiting...
Thanks.
sovet@post.5ci.lt
You can't perform DOS graphics in Visual Studio 5 or 6.  They can't produce DOS programs.  They only produce windows programs.  You need to use one of the old VC versions to produce DOS programs.  (I'm not sure which one was the last that produced DOS programs, but 5 and 6 definitely don't.)  or you need to use windows graphics.