注册 登录
编程论坛 C++教室

有什么办法可以解决这个问题(VC)

bid2938692 发布于 2009-09-23 22:03, 385 次点击
--------------------Configuration: 俄罗斯方块 - Win32 Debug--------------------
Compiling...
俄罗斯方块.cpp
e:\vc\vc应用\俄罗斯方块.cpp(2) : fatal error C1083: Cannot open include file: 'graphics.h': No such file or directory
执行 cl.exe 时出错.

俄罗斯方块.exe - 1 error(s), 0 warning(s)
1 回复
#2
gz812009-09-23 22:10
找不到graphics.h这个头文件。你试试加个具体路径,假设graphics.h在c盘根目录,#include "c:/graphics.h"
1