Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
那本书出版于 1995 年。虽然基本的 C 概念应该仍然有效,但任何特定于操作系统或特定于编译器的东西可能已经过时了。 (同样,这本书的 FTP 站点可能早已不复存在。)根据 此链接,看起来graphics.h是旧的Borland DOS编译器的一部分:
您可能会尝试在某处找到 Borland 的旧副本(也许还有运行它的 VM),或者可能找到一本较新的 C 书。
That book was published in 1995. While the basic C concepts should still be valid, any OS-specific or compiler-specific stuff will likely be quite out of date. (Similarly, the book's FTP site is likely long gone.) According to this link, it looks like graphics.h was part of an old Borland DOS compiler:
You might try to find an old copy of Borland somewhere (and perhaps a VM in which to run it), or perhaps, find a newer C book.