k1ng0fn3rd
Programmer
I'm an absolute beginner in C and opengl and was trying out a test program. When I included glut.h
I got this error:
Redeclaration of C++ builtin short line 50 glut.h
Is my glut.h defective or am I doing something wrong
--------------------------
The best answer to your question will definitely be RTFM.
Code:
#include <GL/glut.h>
Redeclaration of C++ builtin short line 50 glut.h
Is my glut.h defective or am I doing something wrong
--------------------------
The best answer to your question will definitely be RTFM.