Introduction - If you have any usage issues, please Google them yourself
BMP Loader - a quick and dirty substitute for GLaux if you only use GLaux to load BMP files will load any format of a windows DIB BMP format graphics file Only works on a windows box
Caution! memory for the data is allocated using new .
In the NeHe tutorials the memory is reclaimed using free .
For the small tutorials its not a big deal but not a good practice in larger projects.