Jump to content

Comeau C/C++: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Removing the word proprietary, it makes no sense in this context
No edit summary
Line 4: Line 4:


Comeau C/C++ is known for having excellent support of the C and C++ standard. It's also one of the few C++ compilers to fully support the <tt>export</tt> keyword for exported [[Template (programming)|templates]]<ref>[http://www.parashift.com/c++-faq-lite/templates.html#faq-35.14 [35&#93; Templates Updated! , C++ FAQ Lite<!-- Bot generated title -->]</ref>.
Comeau C/C++ is known for having excellent support of the C and C++ standard. It's also one of the few C++ compilers to fully support the <tt>export</tt> keyword for exported [[Template (programming)|templates]]<ref>[http://www.parashift.com/c++-faq-lite/templates.html#faq-35.14 [35&#93; Templates Updated! , C++ FAQ Lite<!-- Bot generated title -->]</ref>.

As opposed to most other compilers and similarly to [[Cfront]], Comeau C++ does not include any target machine code generator, but relies on an already installed C compiler for target code generation<ref>[http://www.comeaucomputing.com/faqs/genfaq.html#ccompiler]</ref>. Because of this it can be used with exotic systems, for which no native C++ compilers are available.


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

Revision as of 08:40, 22 September 2008

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

Comeau C/C++ is known for having 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[1].

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

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

Notes and references