Manual — thirdparty Lucid/C++_3.0beta
| demangle | demangling "mangled" C++ identifiers | |
| lcc | Lucid K&R C / ANSI C / C++ compiler | |
| mapNames | creating "glue" files for (incorrectly mangled) c++ identifiers | |
| CPLX.INTRO | introduction to C++ complex mathematics library | [ complex ] |
| IOS.INTRO | buffering, formatting and input/output | [ iostream ] |
| TASK.INTRO | coroutines, multiple threads of control, C++ task library | [ task ] |
| cartpol | functions for the C++ Complex Math Library | [ cartesian/polar ] |
| cplxerr | error-handling function for the C++ Complex Math Library | [ complex_error ] |
| cplxexp | exponential, logarithm, power, square root functions for the C++ complex library | [ exp, log, pow, sqrt ] |
| cplxops | | [ complex_operators: operators for the C++ complex math library ] |
| cplxtrig | trigonometric and hyperbolic functions for the C++ complex library | |
| filebuf | buffer for file I/O. | |
| fstream | iostream and streambuf specialized to files | |
| interrupt | signal handling for the C++ task library | [ Interrupt_handler ] |
| ios | input/output formatting | |
| istream | formatted and unformatted input | |
| manip | iostream out of band manipulations | [ manipulators ] |
| ostream | formatted and unformatted output | |
| queue | qheads and qtails for the C++ task library | |
| sbuf.prot | interface for derived classes | [ streambuf ] |
| sbuf.pub | public interface of character buffering class | [ streambuf ] |
| ssbuf | streambuf specialized to arrays | [ strstreambuf ] |
| stdiobuf | iostream specialized to stdio FILE | |
| strstream | iostream specialized to arrays | |
| task | coroutines, multiple threads of control, C++ task library | |
| tasksim | histograms and random numbers for simulations with C++ tasks | |