How to draw the bitmap or jpeg in window platform using OpenGL?

Now I am devloping the project which used opengl to draw the animation bitmap ?
how can I do or any documents I can refer to ?
Thanks in advance!

To animate a bitmap, programmers load a bitmap-or other types of pictures-, bind it and specify its properties. then they attach this texture to a surface and animate this surface.
The best reference is NeHe articles: nehe.gamedev.net .

Thanks in advance!
Could you provide me a demo using visual c++ project ?
I am just a beginer of opengl.

NeHe provides some 40 tuts. Download them and study them.