This book is also available through the Introductory Engineering Custom Publishing System. If you are interested in creating a course-pack that includes chapters from this book, you can get further information by calling 212-850-6272 or sending email inquiries to engineer&atsign;jwiley.com. Introduces concepts in carefully sequenced steps which lead users to more advanced subjects. Contains numerous examples of code for each programming topic. Liberal use of problems are provided throughout, allowing readers to check their mastery of the material. In this edition special attention is given to object-oriented programming. There is a new section on templates and the inclusion of Turbo C++ 3.0 which reflects the latest AT&T standard language specification 2.1.
Bryan Flamig Boeken



Coriolis Group Book: Practical Algorithms in C++
- 464bladzijden
- 17 uur lezen
A practical guide to implementing algorithms in C++. Have you been looking for a C++ book that not only talks about some of the most popular algorithms of today, but also implements them? Then look no further. This book presents algorithms from a practical point of view, clearly explaining how the algorithms work, as well as fully implementing them in C++. Written to the intermediate C++ programmer, this book covers a wide range of subjects, from sorting and searching algorithms, to graph traversal algorithms, hashing algorithms, priority queues, finite state machines, and "algorithmic generators," a unique, object-oriented way of implementing algorithms. Includes theory and practice, with emphasis on practice.
Practical Data Structures in C++
- 448bladzijden
- 16 uur lezen
C++ is the premier up-and-coming language of the 90s providing elegant ways to code algorithms and data structures and solve real-world problems. Written using generic C++, it takes a no-nonsense, practical approach to designing algorithms and data structures. All of the elements needed to implement the algorithm or data structure will be completely covered so that readers can use the material immediately. Features complete code and practical examples which users can easily adapt to their own programs. Also includes a companion disk that will have all of the examples typed in and ready-to-run.