要使用GLUT库,要将glut32.lib放到VC98\Lib下,将glut.h放到VC98\Include\GL下,并在程序中包含进glut.h。 #include <GL\glut.h>#include <stdlib.h> 相关文章: 2021-10-20