next up previous contents
Next: Background Reading and Study: Up: Experiments in Object Oriented Previous: Contents

Introduction:

\framebox{\parbox{6.55in}{\mbox{}\vspace{3.5in}}}

In this volume, we will try present a quick and pragmatic introduction to how to code additional Abstract Data Types or ADT's in C+ +. This is Volume 2 of a small series of programming books that we have designed for our students and colleagues. Currently, these volumes are

* Volume 0:
A Short Tutorial on X Windows Programming, Version 1.0 http://www.math.clemson.edu/ peterson/Agents/Graph0/index.html. Our explorations are limited to
* Volume 1:
Experiments in Object Oriented Design: Simple Beginnings, Version 1.0 http://www.math.clemson.edu/~peterson/Agents/Graph1/index.html. Our explorations here are limited to
* Volume 2:
Experiments in Object Oriented Design: Advanced Data Structures, Version 1.0 http://www.math.clemson.edu/~peterson/Agents/Graph1b/index.html. This is the current volume. This volume will discuss
* Volume 3:
An Experiment in Object Oriented Design: A General Graph Class and Its Graphical Interface, Version 1.0 http://www.math.clemson.edu/~peterson/Agents/Graph2/index.html. This is the second volume in the series. In this volume, we discuss how to develop data structures that use void * data as an alternative to template programming. We believe that this is more efficient for our uses.
* Volume 4:
An Experiment in Object Oriented Design: Dynamic Programming Objects and Their Graphical Interfaces, Version 1.0 Experiments in Object Oriented Design: Simple Beginnings http://www.math.clemson.edu/~peterson/Agents/Graph3/index.html. In this volume, we use the topics discussed in Volume 3 to develop a variety of dynamic programming based algorithms on general graphs.
* Future Volumes:
We hope to complete additional volumes on other issues near and dear to our heart. Thes additional volumes are part of our current research thrusts.



 
next up previous contents
Next: Background Reading and Study: Up: Experiments in Object Oriented Previous: Contents
Jim Peterson
1999-04-22