The ObjexxFCL is an open source C++ library providing Fortran-compatible array, string, and intrinsic function support.
The ObjexxFCL accompanies Objexx Fortran-to-C++ conversions and is used to support integration between Fortran and C++.
This is the ObjexxFCL C variant, which uses a row-major array memory layout. This variant omits the optional automatic dimensioning system of the A variant for simplicity and performance. This variant omits the Fstring Fortran-style string type and is meant for use with code that has been migrated to std::string.
This is version 4.2.
See the ObjexxFCL documentation for library building and usage information.
The ObjexxFCL is available with a commercial open source license from Objexx Engineering, Inc. that allows licensee modifications to the code for internal use. Contact [email protected] for information about licensing the ObjexxFCL.