I'm pretty new to programming in opengl, I've been learning mainly from the red book.
should I or should I not be using glut? I've heard it's better to just learn to do things without it as it is slow and offers little customization. however, I've yet to find a good example on how to set up a window or set it fullscreen using a console application without glut.
any help would be appreciated.
tef