<s>使用Loadimage出现问题，找了很长时间，求解答</s>
<s>#include"stdafx.h" #include <graphics.h> #include<conio.h> void main() { user-3(330,455); setbkcolor(BLACK); cleardevice(); loadimage(NULL,D:\\1.jpg,330,455,false); getch(); closegraph(); } 正在编译...</s><s>1>022300.cpp 1>e:\程序\022300\022300\022300.cpp(14) : error C2065: “D”: 未声明的标识符 1>e:\程序\022300\022300\022300.cpp(14) : error C2143: 语法错误 : 缺少“)”(在“:”的前面) 1>e:\程序\022300\022300\022300.cpp(14) : error C2017: 非法的转义序列 1>e:\程序\022300\022300\022300.cpp(14) : error C2017: 非法的转义序列 1>e:\程序\022300\022300\022300.cpp(14) : error C2059: 语法错误 : “数字上的错误后缀” 1>e:\程序\022300\022300\022300.cpp(14) : error C2059: 语法错误 : “)” 1>生成日志保存在“file://e:\程序\022300\022300\Debug\BuildLog.htm” 1>022300 - 6 个错误，0 个警告 ========== 生成: 成功 0 个，失败 1 个，最新 0 个，跳过 0 个 ==========</s>
