Try IrfanView. You can make an animated sprite by using the program's "Panorama" feature to stitch the frames together (they have to be in sequence, though).


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}