首先这个不是错误,只是一个warning。warnning只是编译器对程序得一种检查,告诉程序猿你的这个地方可能有...
scanf那里,后面的引号位置不对
local variable. If you cannot initialize your local variable where it is declared, make sure to assign it a value before you attempt to use it. Accessing an uninitialized local variable will result in a compile-time e 局部变量是轻微地不同的; 编译器从未赋予缺省值到一个未初始化的局部变量。
未初始化 不能使用,你是用的OUT吧。声明时如 int i=0;Employee emp=null ;不然就会出错 scanf那里,后面的引号位置不对 VS2015 提示我使用了未初始化的局部变量a,b。什么意思,怎么改? 成功打开 ffmpeg.exe 后,WinDbg 界面显示调试信息,包括调用栈等数据。使用 k 命令查看函数调用栈,输入 bu ffmpeg_g.exe!