Is there any Graphics library available in VS or Eclipse for C++? I am creating a PacMan Game so Which graphics Library should i Try?
Although I would probably recommend SFML like greyfade, you might have a look at GDI too. It's not the simplest API out there, but for small projects it's quite nice. If everything is installed correctly, it should be included with Visual Studio. It completely depends on your target platform though.