nm++(1) — Commands
NAME
nm++ − print name list of common object file containing C++ functions
SYNOPSIS
nm++ [ options ] filename . . .
DESCRIPTION
nm++ uses nm(1) to display the symbol table of each common object file listed on the command line, and processes the output with c++filt(1) to decode any encoded C++ function names.
SEE ALSO
CC(1), c++filt(1), dem(1), demangle(3), nm(1).
Bjarne Stroustrup, The C++ Programming Language, Addison-Wesley 1986.