Utilities for programming under Windows

Hi,I before used to compile my C + OpenGL simple projects with gcc under Linux.Now I need to use Windows,and I have not idea of how…
How can I install them the libreries,what IDE can I use? I never programmed under windows in my life…
The libreries I need are GL, GLU and GLUT

There is a windows version of gcc called MingW (http://www.mingw.org/). I would swap to FreeGlut (http://freeglut.sourceforge.net/). It is also very common to program with Microsoft Visual Studio. There is an exprsss version (http://www.visualstudio.com/en-US/products/visual-studio-express-vs) which is free.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.