Hello all,
I was just wondering if any of you'll had any ideas as to how I could go about porting an existing Turbo C code with graphics into Linux/Debian. I am totally clueless, but really desperate to know how to do this and would appreciate any help at all.
Thanks
Comments
http://freshmeat.net/projects/turboc/
i think it only does console functions.
what exactly do you mean by graphics?
if you mean GUI's then you can check GTK+ (www.gtk.org) for C programming
or QT (http://www.trolltech.com/products/qt/index.html) for C++ programming.
if you mean 2D graphics (games etc) then look into SDL (www.libsdl.org)
------
nugent