I am trying to complete this openGL video tutorial series with code blocks as my IDE and GNU GCC as my compiler:
http://www.videotutorialsrock.com/Unfortunately, each example program includes iostream as well as openGL and GLUT libararies. When i try to compile the first program, code blocks claims that it cannot find iostream, and does not recognize the "using namespace std" line. I have tried manually linking the iostream library, but it does not solve the problem.
Is there any way to create a composite project on code blocks, like in this case a console application/openGL project? I have already tried shift clicking in the type of project menu (to try to select two types of projects at once), but it apparently isn't that simple, if it is even possible at all. Any ideas on how to solve this problem, or how to create composite projects?