#Comeau C++
27-Dec-91 13:49:07
Sb: #Comeau C++
Fm: Greg Comeau@Comeau Cmptg 72331,3421
To: David McCabe 70404,1056
>I am glad that you answered me, because I did want to get in touch with
>you anyway about your C++ package. How can I get info about your Amiga
>version?
Comeau C++ 2.1b for AmigaDOS costs $250. It comes with the compiler binary,
include files, the iostream library, a rexx command line driver, and some
other "helper" utilities. Comeau C++ is a translating compiler that
generates C as its object code (note that it is not a preprocessor though:
it does full syntax, semantic, error, etc checking and analysis, and it just
so happens that at code generation time it decides to take its internal tree
representations and output them in C instead of native object code) and will
accept either SAS/C 5.10a and above or Manx Aztec C 5.0d and above as its
backend code generator. If you would like literature (including reviews and
quotes from industry recognized names) you can either inform me of your US
mail address or fax number. Or if you like call 718-945-0009 or I would be
happy to answer any additional questions here.
>and are you planning on continuing your support for this platform?
Absolutely. A Comeau C++ 3.0 (which includes C++ templates!) is already in
beta and will hopefully be out the door in a few days.
>I have heard that the Amiga version of C++ has a few bugs and am wondering
>if you will be staying with us.
As mentioned we are staying. And not just with the compiler either. 1992
will be the year that things like C++ tools, training, libraries, etc will
begin to be released by us and people we are in communication with.
Re "a few bugs": it is just that, a few. The compiler has been around close
to a year now and we have received about 1 or 2 "serious" problems each month.
That brings us to about 15 or so of these serious problems. Fortunately,
the 15 reports seem to be 2 (two) problems at most. This is not an excuse,
but I've yet to work with a compiler that did have 2 serious problems. We
are trying to rid them and I believe 3.0 is able to do that.