DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

c++filt(CP)


c++filt -- C++ name demangler

Syntax

c++filt [ file1 file2 ... ]

Description

c++filt demangles names encoded by cfront. It reads from standard input if no file names are specified, otherwise it reads lines from the files in turn. Demangling is done in place and the resulting lines are written to standard output.

Whitespace is used to delimit names that are demangled. This means, for example, that a name delimited by ``.'' or ``,'' will not be demangled.

c++filt returns non-0 if any file specified on the command line could not be opened, otherwise it returns 0.

c++filt is located in /usr/lib/CC.

See also

CC(CP), ld(CP), nm(CP)
© 2003 Commands for Programming (CP)
SCO OpenServer Release 5.0.7 -- 11 February 2003