home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / ai / 5038 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  1.1 KB

  1. Path: sparky!uunet!ukma!gatech!pitt.edu!wbdst
  2. From: wbdst+@pitt.edu (William B Dwinnell)
  3. Newsgroups: comp.ai
  4. Subject: Re: book on AI with C++
  5. Keywords: book ai c++
  6. Message-ID: <2674@blue.cis.pitt.edu>
  7. Date: 28 Jan 93 00:02:43 GMT
  8. References: <1993Jan27.220106.19348@eos.arc.nasa.gov>
  9. Sender: news+@pitt.edu
  10. Distribution: usa
  11. Organization: University of Pittsburgh
  12. Lines: 23
  13.  
  14.  
  15. Okay, neither of these books is centered on AI, but goes into AI
  16. material as a secondary issue:
  17.  
  18. "The Tao of Objects"
  19. by Gary Entsminger
  20. published by M&T Books (a publisher I highly recommend)
  21.  
  22. This one is concerned with understanding OOP, and uses C++ and Turbo Pascal
  23. (yes, Turbo Pascal has OO-extensions) as the vehicle.  The book makes
  24. some foray into chaos theory (a little), and builds a neural net
  25. system, susxxx using concepts presentsed in the book on OOP. 
  26.  
  27. The next book is actually on using C++ to do interfaces and some 
  28. database work, but the author goes into expert systems a little.
  29.  
  30. ""Object 
  31. "Object-Oriented Environment in C++"
  32. by David Hu
  33. published by MIS: Press
  34.  
  35. Neither of these is what I'd consider an AI book, but if C++ is your
  36. thing, they may help.
  37.