[solved] installing opengl with devc++

I have Dev C++ installed. I searched but couldn’t find the download pack to OpenGL nor any links that answered my question. I tried searching and nothing helped. How do I download and install all the libaries to use with my Dev C++? I am new to this.

Jeevan25,
Once you install Dev-C++, you are ready to go. Everything you need is already there. Even more, Dev-C++ provides an OpenGL project template and a sample code for you, so you can start to program OpenGL easily using the template.

To start OpenGL project in Dev-C++;
File >> New >> Project… >> Multimedia >> OpenGL

And, there are several GLUT packages for Dev-C++. I use GLUT 3.7.6+. Here is the link you can download;
http://www.nigels.com/glt/devpak/

Thanks a lot. It worked, again thanks.