摘要:
#include"stdafx.h" #include void init(void) { glClearColor(1.0, 1.0, 1.0, 1.0); //调成白色 glMatrixMode(GL_PROJECTION); //设置投影参数 gluOrtho2D(0.0, 200.0, 0.0, 150.0); } //调整投影大小 vo... 阅读全文
摘要:
#include "stdafx.h" #include #include #include #include #include struct TEACHER { char ID[20]; char Name[20]; char lesson[20]; }teacher[10]; struct ZHMM { char zh[20]; char mm[... 阅读全文
摘要:
阅读全文