Write your question here.
My Question is same as the title of thread...
I'm making a game in C++ which look likes with that of PACMan
I've coded it almost, but there's a problem... the shape of pacman used in this code is black blinking cursor, how can I change it ? and use my own custom pacman to eat foods
You can't change the cursor to any arbitrary shape.
You can turn it off, and use a different character for Pac-Man, which you can animate with different characters -- for example, an alternating 'C' and 'O'.
After you get this working, have you considered playing with SDL or SFML?