Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

The CRTE SYSLNK.CRTE.CPP library

The SYSLNK.CRTE.CPP library provided with CRTE V1.0 contains the following:

  • Standard header elements for the C++ library functions (type S)

    complex.h

    stdiostream.h

    iomanip.h

    generic.h

    fstream.h

    new.h

    iostream.h

    strstream.h

    These header (or include) files are included in the program with the preprocessor directive #include during compilation. For a detailed description, please refer to your C++ User Guide.

  • C++ library function modules (LLMs, type L)
    These modules contain the code for all C++ library functions for complex math and standard I/O.
    Either the modules are permanently (statically) linked to the C++ program using BINDER or they are linked dynamically using DBL. For a detailed description, please refer to your C++ User Guide.