Hey, i am currently in development of a nibblez game for the pc using the c++ programming language. I have made a fox and hounds game before that uses 2 dimensional arrays for moving the foxes and hounds around on the board. As i said before, i am making a nibbles game and i need to know if there is a DECENT graphics prog for c++ like ccgraph (only not that crappy) for making graphics environments for c++. If there is a better way to do that i would also like to know how to do it.

I am using either:
- Microsoft Visual C++ Studio 6 Enterprise Edition (works wit normal c++, not just visual, it really rules)
and just because it supports graphics header files and such i am also using
- pcGRASP.

I have custom developed Vector, and Linked Lists classes ready for use too ... if that helps...

Thanks for your time.