diff --git a/t111 b/t111 new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/t111 @@ -0,0 +1 @@ +2 diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..84bcc72 --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +ewqewq \ No newline at end of file diff --git "a/vs2017\344\270\200\344\272\233\344\275\277\347\224\250\346\212\200\345\267\247.txt" "b/vs2017\344\270\200\344\272\233\344\275\277\347\224\250\346\212\200\345\267\247.txt" new file mode 100644 index 0000000..4111048 --- /dev/null +++ "b/vs2017\344\270\200\344\272\233\344\275\277\347\224\250\346\212\200\345\267\247.txt" @@ -0,0 +1,8 @@ + +//设置当前项目运行结束之后等待输入 + +修改项目配置,右键点击项目,在右键菜单中选择属性,然后在弹出的对话框左侧列表中选择“配置属性”-->“链接器”-->“系统”,然后在右侧的列表中,在第一项”子系统“的值中选择”控制台(/SUBSUSTEM:CONSOLE) + +//设置当前项目的SDL安全检查 + +修改项目配置,右键点击项目,在右键菜单中选择属性,然后在弹出的对话框左侧列表中选择“配置属性”-->c/c++/ 将SDL检查改为 否 , sdl- \ No newline at end of file