This tutorial attempts to present to the new AIPS++ programmer a fast
track for picking up concepts and skills necessary to begin
developing. Assuming the programmer has basic C++ knowledge, it
describes how to set-up and use the AIPS++ environment, gives an
overview of the most important AIPS++ practices, and introduces a few
of the core libraries. The material is organized into "slides"
intended for presentation as a "talk" and for quick reference.
As a result, it is purposely incomplete, so new programmers are
encouraged to follow the full discussion in the references provided.
References
AIPS++ System Manual
-- describes how to install and maintain an AIPS++ installation. It
includes a reference guide for commands specific to the AIPS++
enviroment, including those used to maintain a programming environment.
AIPS++ Programming Manual
-- an organized attempt to present everything you need to know
to get started with AIPS++, including introduction,
fundementals, standards & guidelines, documentation, and
high-level design of the package.