cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
graphics.h
graphics.h
Nov 30, 2008 at 8:16pm UTC
closed account (
42hU7k9E
)
Does anyone know where to get that header? I need it for a little graphics in my program.
Nov 30, 2008 at 8:42pm UTC
helios
(17574)
Unless it's a header different than the one I'm thinking,
don't
get it.
If you need to use graphics, there's plenty of portable, nicely-written, easy-to-use libraries.
Nov 30, 2008 at 8:42pm UTC
closed account (
42hU7k9E
)
Like?
Nov 30, 2008 at 9:01pm UTC
Duthomhas
(13206)
SDL
http://www.libsdl.org/
KDE and Gnome provide an application programming interface.
As does Win32.
For the anachronistic:
WinBGIm
http://www.codecutter.net/tools/winbgim/
Also, see here:
The GUI Toolkit, Framework Page
http://www.free-soft.org/guitool/
Hope this helps.
[edit] BTW, you accidentally pressed 'Submit' twice when you posted last time. Please delete the other thread. ;-) [/edit]
Last edited on
Nov 30, 2008 at 9:02pm UTC
Topic archived. No new replies allowed.