Using the C++ utilities
XL C/C++
ships with a set of additional utilities you can use for managing your C++ applications:
A filter for demangling compiled symbol names in object files. Described in
Demangling compiled C++ names with c++filt
.
A library of classes for demangling and manipulating mangled names. Described in
Demangling compiled C++ names with the demangle class library
.
A distributable shell script for creating shared libraries from library files. Described in
Creating a shared library with the makeC++SharedLib utility
.
A distributable shell script for linking C++ object files and archives. Described in
Linking with the linkxlC utility
.
Related information
Demangling compiled C++ names
[
Provide feedback
]