|
怎么搞的哦,我编了一个图形程序,提示了以下错误:
tu.c:1:23: graphics.h: 没有那个文件或目录
tu.c:4:20: conio.h: 没有那个文件或目录
tu.c: In function `main':
tu.c:9: error: `DETECT' undeclared (first use in this function)
tu.c:9: error: (Each undeclared identifier is reported only once
tu.c:9: error: for each function it appears in.)
tu.c:17: error: `grOk' undeclared (first use in this function)
tu.c:29: error: `XOR_PUT' undeclared (first use in this function)
tu.c:40: error: `COPY_PUT' undeclared (first use in this function)
怎么会找不到graphics.h和conio.h呢,我惊了一下.
请问谁知道是怎么回事,我先谢谢你了.
帮帮忙,我真得不懂,谢谢 |
|