0
点赞
收藏
分享

微信扫一扫

水一篇先试试

探头的新芽 2022-05-06 阅读 31
c++

嗯,为了拿积分总之先水一下看看效果

#include <iostream>
#include <glut.h>
#include <algorithm>
#include <cstdio>
#include <windows.h> 
/* run this program using the console pauser or add your own getch, system("pause") or input loop */

using namespace std;

int main(int argc, char* argv[]) {
	glutInit(&argc, argv);
	glutInitDisplayMode(GLUT_SINGLE | GLUT_RGB);
	glutInitWindowPosition(100, 100);
	glutInitWindowSize(320, 320);
	glutCreateWindow("Fitst GLUT");
	return 0;
}

随便放了点代码

举报

相关推荐

水一篇博文。

树(概念+双亲表示)试试水

一篇:HashMap

随笔IT一篇

这是一篇博客

一篇读懂kmp

golang一篇入门

npm一篇通

0 条评论