Date: Tue, 05 Nov 1996 00:27:07 GMT
Server: NCSA/1.5
Content-type: text/html
Last-modified: Tue, 17 Sep 1996 16:40:10 GMT
Content-length: 2296
CS367 Materials
CS367 Materials
Required
- Data Abstraction and Problem Solving with C++: Walls and Mirrors,
by Frank M. Carrano, Benjamin Cummings, 1995.
The text is required for the course and is currently available at the
UW Bookstore. If you intend to become a CS major, I recommend you
keep this text as a reference.
- CS1000: A Basic UNIX Primer for courses in the UW-Madison CS Dept.,
which is available
on-line. Paper copies are also available from the DoIT Document Desk .
Optional
- C++ Primer,
by Stanley B. Lippman, 2nd Ed., Addison-Wesley, 1995.
A recommended C++ Reference.
- The C++ Programmer's Handbook,
by Paul J. Lucas, Prentice-Hall, 1992.
Another good C++ reference book.
- Problem Solving with C++: The Object of Programming,
by Walter Savitch, Addison-Wesley, 1996.
This is the text used by the CS302 C++ sections. It presents the
C++ language assumming no programming experience. I would suggest
this text if you need to brush up on your programming skills.
- An Intro. to Object-Oriented Design in C++,
by Jo Ellen Perry and Harold D. Levin, Addison-Wesley, 1995.
This text was used by the CS302 C++ sections last Fall and would also be
suitable if you need to brush up on your programming skills.
- CS1000 supplement
Longer reference on vi and the csh shell. I recommend this for those
who intend to major in CS.
- Vi Quick Reference
Document 2616 in the DoIT Customer Center.
Lists more commands than the introduction in CS1000, above.
- GNU Emacs Reference Card
Document 2625 in the DoIT Customer Center.
Useful if you choose to use emacs instead of vi.