Coronado C++ Tutorial ($BFROOT/doc/Miscellaneous/C++/Coronado_tutorial/v2.2) This directory contains a complete tutorial introduction to the C++ language. This tutorial consists of both text and code samples, the former kept in the "tutorial1" directory and the latter in the "tutorial2" directory. A good way to get started is to print out the text files in tutorial1, and copy all of the code examples to a special project subdirectory directory (e.g. $HOME/projects/coronado). Note that these tutorials were designed to run under the Borland C++ compiler for the PC. Most will run without on UNIX workstations with minimal, if any, changes. One change might be to rename the code from fileName.cc to filename.C or whatever your favorite compiler prefers. These tutorials came via the DESY C++ section of their WWW pages.