摘要:
:pushpin: 新建文件 //这是要操作的文件名称 string str_filename = "E:/data/t/haha.txt"; //创建一个流对象 o 就是从这个流对象出去, 出到哪里, 当然是我们要建立的文件 ofstream ofs; //out会覆盖 ofs.open(str_ 阅读全文
摘要:
## 1 主窗口 :dagger: 创建主窗口 ```c++ // Create window with graphics context GLFWwindow* window = glfwCreateWindow(1280, 720, "Tet_Studio", NULL, NULL); if ( 阅读全文