Jump to content

Comeau C/C++

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 138.246.7.170 (talk) at 09:10, 22 September 2008. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Comeau C/C++ is a C and C++ compiler released by Comeau Computing.

As opposed to most other compilers and similarly to Cfront, Comeau C++ does not include any target machine code generator, but produces an intermediate C code and relies on an already installed C compiler for target code generation[1]. Because of this it can be used with exotic systems, for which no native C++ compilers are available.

Comeau C/C++ is built upon the Edison Design Group C++ frontend, also utilized in the Intel C++ Compiler, and owing to it, it is considered to have excellent support of the C and C++ standard. It's also one of the few C++ compilers to fully support the export keyword for exported templates[2].

Comeau C/C++ is not freeware, but it's possible to test compilation of code snippets online.

Notes and references