Introduction - If you have any usage issues, please Google them yourself
uC++ Translator and Concurrency Runtime System.
The u++ command compiles uC++ and C++ source files and links C++ object files
named on the command line.
The u++ command introduces a translator pass over the specified source files
after the C preprocessor but before the actual C++ compilation. The translator
converts several new uC++ constructs into C++ statements. The u++ command also
provides the runtime concurrency library, which must be linked with each uC++
application.