This appendix provides a quick introduction to C++ for the FORTRAN programmer. It is hoped that it will be adequate to allow you to read and understand this manual. However, if you wish to make serious usage of the FARFALLA package you will want to consult a C++ text, such as `A C++ Primer' by Lippman. Once again, we are assuming you are familiar with the C/C++ concepts explained in the FARFALLA User Guide.
We assume you will be able to understand the syntax of control structures (if-then-else, for loops, while loops) while reading the code. However, a few C++ ideas may make no sense to FORTRAN programmers without an introduction.