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?
SDL Has everything you need for that particular project. Easy to learn also. Check out lazyfoo's tutorial to get started out.
:EDIT: Instructions for setting up SDL in VS are here