我正在用 C++ 进行一些 OpenGL 编程。
这是我的代码的一部分:
#include <time.h>
#include <windows.h>
#include <gl/gl.h>
#include <gl/glu.h>
#include <gl/glut.h> <<< Error here "Cannot open source file gl/glut.h"
我怎样才能解决这个问题?
编辑:我正在使用 Microsoft Visual C++ Express Edition。抱歉忘了提