Introduction
This document presents a comparison of Adams Solver C++ with Adams Solver FORTRAN. The first section highlights the advantages (in modeling and simulation) of the C++ version over the FORTRAN version. The second section presents a set of tables with a side-to-side comparison of statements, commands, functions and utility subroutines. The final section briefly describes some special topics about the C++ version.
The Adams Solver C++ solver was built by following a modern object-oriented view. The C++ code was not built by following a direct translation from the FORTRAN code; it was designed by following the same algorithms and enhancing some existing data structures used by the FORTRAN solver.