Graphics...

K

Kdmkhaus9

Where can I get an easy-to-use graphics library? I'm kinda-sorta new to C++ and
wanna get started with it... Maybe I can find out which one they use for
compsci at school, but I kinda wanna get help anyway. Thanks
 
V

Victor Bazarov

Kdmkhaus9 said:
Where can I get an easy-to-use graphics library? I'm kinda-sorta new to
C++ and
wanna get started with it... Maybe I can find out which one they use for
compsci at school, but I kinda wanna get help anyway. Thanks

I kinda-sorta wanna tell you go look in a newsgroup that deals with your
platform. At best you can find a multi-platform one, like Qt, but not
anything that would work in any C++ program. Simple reason is that there
are systems that don't have graphics. At all. So, folk in your platform
newsgroup will tell you which one is the simplest to use. Good luck!
 
P

Phlip

Kdmkhaus9 said:
Where can I get an easy-to-use graphics library? I'm kinda-sorta new to C++ and
wanna get started with it... Maybe I can find out which one they use for
compsci at school, but I kinda wanna get help anyway. Thanks

ImageMagick doesn't suck.

It can't display graphics on a Win32 screen, though. You didn't ask for
that.

Future research starts at www.google.com
 
G

Gerhard Wesp

Kdmkhaus9 said:
Where can I get an easy-to-use graphics library? I'm kinda-sorta new to C++ and

opengl is kinda-sorta easy to use. You wanna build some C++ wrappers,
though, caus it comes with a C interface.

Cheers
-Gerhard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top