This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: help whith graphics
- From: "Rupert Wood" <me at rupey dot net>
- To: "'miguel angel 1'" <miguelangel dot navarro at wanadoo dot es>
- Cc: <gcc-help at gcc dot gnu dot org>
- Date: Wed, 16 Jan 2002 07:27:49 -0000
- Subject: RE: help whith graphics
Miguel Angel wrote:
> i like learn program whith gcc somebody can say me how draw lines
> circles... (like graphics.h in turboc++)
Graphics libraries aren't really a function of the compiler: rather,
Borland happened to bundle a graphics library with their compiler.
Available graphics libraries depend much more on your platform and
operating system.
The only cross-platform library I can think of is SDL
(http://www.libsdl.org/) but it's probably a bit low level for what
you're after. If you're using Linux on a PC then there's also svgalib
(http://www.svgalib.org/) but again that's probably too low level. Or,
recently recommended on this list, FreeVGA
(http://sf.znet.com/~vhold/FreeVGA/home.htm).
You might want to try searching on http://sourceforge.net/ and
http://freshmeat.net/ for libraries to match your platform.
Rup.