954,148 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Visual C++ graphics

i have copied a c++ source code in the net and its using graphics.h and my compilier(visual c++) cannot see the directory can anyone help me please!
Godbless+

servant7
Newbie Poster
4 posts since Sep 2004
Reputation Points: 10
Solved Threads: 0
 

Hain bUddy,
the problem is that graphics.h is part c console based library and now
if you using microsoft Visual C++ compiler,it doesn't provide support for
Graphics.h header file.
in my opinion for running Garphics.h based project use Same old Turbo
C++ compiler,may that can help you.

take Care
---------------------
"i think this will certainly going to work"
---------------------
Regard's
Alok Gupta
visit me At http://www.thisisalok.tk

thatsalok
Newbie Poster
4 posts since Sep 2004
Reputation Points: 10
Solved Threads: 1
 

Yea you can use BGI with VC++, if you want you can get TurboC from http://www.borland.com

You could try Mode13h which is DOS based.
http://www.google.com

Also you can try GCL which is gui:
http://xlock.hostcubix.com/cgi-bin/lwton.cgi?page=prjGCL

Honestly if you are starting graphics , VC++ is not a good/easy compiler to use if you dont know GUI.

FireNet
Posting Whiz in Training
258 posts since May 2004
Reputation Points: 108
Solved Threads: 7
 

thanks!
thatsalok and firenet!
Godbless+

servant7
Newbie Poster
4 posts since Sep 2004
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You