Narrow screen resolution Wide screen resolution Auto adjust screen size Increase font size Decrease font size Default font size default color grey color red color blue color

Linux Indore - Linux Users Group

Welcome, Guest
Please Login or Register.    Lost Password?

running graphic.h in (linux) g++
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: running graphic.h in (linux) g++
#363
running graphic.h in (linux) g++ 2 Years, 9 Months ago Karma: 0
Hello

I need to use some graphics functions from TurboC ie graphics.h in linux environment.

Please give some suggestions
i have tried ncurses.h but its not for me

and i got this :

www.sandroid.org/TurboC/



plz help
aayush (User)
null
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
null null null null null null Location: null
The administrator has disabled public write access.
null
 
#397
Re:running graphic.h in (linux) g++ 2 Years, 6 Months ago Karma: 0
You need to use OpenGl to do graphics programming.
graphics.h is not a standerd c/c++ library so it doesn't work with OS other than MS windows systems.

you can use:
http://www.opengl.org/documentation/red_book/
http://www.opengl.org/resources/code/samples/redbook/
parasthetux (Moderator)
I am just a growing TUX
Moderator
Posts: 59
graphgraph
User Offline Click here to see the profile of this user
Gender: Male parasthetux@gmail.com parasuprime@yahoo.com Location: SGSITS indore Birthday: 01/01
The administrator has disabled public write access.
Parasthetux
 
#398
Re:running graphic.h in (linux) g++ 2 Years, 6 Months ago Karma: 0
so late but atleast someone replied
anyways.....

I found a way to port those in linux (i used ubuntu)
This will be helpful for newbies in minor projects.

here are some links:
zaher14.blogspot.com/2007/01/graphicsh-in-linux.html
sector-zero.blogspot.com/2007/07/graphicsh-in-gnulinux.html

I succesfully ran many graphics.h functions by porting them. These links will do however if somebody needs any assistance i can help.
aayush (User)
null
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
null null null null null null Location: null
The administrator has disabled public write access.
null
 
Go to topPage: 1