Where to find 'the art and Science of C' source code?

Where to find 'The Art and Science of C' source code?

  • I am stuck in the a programming book 'The Art and Science of C', this book uses custom libraries, like graphics.h. I've tried many ways to find the libraries, I also connected to the Addison-Wesley FTP site mentioned in the appendix of the book, but it doesn't work. Anyone know where to get this libraries? Thank you very much!

  • Answer:

    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 http://www.daniweb.com/software-development/cpp/threads/17709, it looks like graphics.h was part of an old Borland DOS compiler: graphics.h is a very old library for doing graphics in DOS with Borland C++ 3.x. It's not supported under Windows, and the compiler isn't supported either. 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.

user743574 at Stack Overflow Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.