创建项目
1.选择空项目, 下一步
2.填写项目说明,等待项目创建完
3.右键源文件
4.选择添加然后选择新建项
创建c程序
编写程序
#include <stdio.h>
int main() {
printf("hello world");
return 0;
}
ctrl+F5执行
代码格式化
按住 Ctrl
按钮时,先按 K
然后 D
遇到的问题
在
使用scanf时
报严重性代码说明项目文件行 禁止显示状态错误C4996‘scanf‘: This function or variable may be unsafe.