2d tutorial

Where can I find a tutorial for 2d not 3d in opengl. I would like them not to use glut, but instead windows api. Anything will do though.

Help anyone.

if you don’t want to use glut, use SDL (www.libsdl.org), it allows for more advanced user input and is also cross-platform compatible.
alas i don’t know of any 2D tut about openGL, but if you get into the API a bit, doing some 2D stuff will be rather easy