Third public review of X3J11 C (a scientist speaks up)

Henry Spencer henry at utzoo.uucp
Sun Aug 28 09:17:56 AEST 1988


In article <1203 at radio.toronto.edu> brian at radio.astro.toronto.edu (Brian Glendenning) writes:
>Does C++ solve the oft-mentioned problems with C for numerical work?

Probably not completely, although its extensibility makes it better than
C (for example, defining new kinds of numbers is simple).

>Are
>vectorizing C++ compilers available on "crunching" machines, e.g. Cray, Convex
>and Alliant? (In fact, are vectorizing _C_ compilers available for the latter
>two)?

The answer is probably "not yet".  However, the same comment would apply
to any other proposed solution to the problems.  The language itself is
pretty much right; getting the implementations right is important, but
is a separate problem.

>Do C and C++ compilers generally give about the same level of optimization,
>i.e. are C compilers much more mature than C++ compilers.

Most existing C++ implementations are based on C compilers to some degree,
so they're pretty much comparable.
-- 
Intel CPUs are not defective,  |     Henry Spencer at U of Toronto Zoology
they just act that way.        | uunet!attcan!utzoo!henry henry at zoo.toronto.edu



More information about the Comp.lang.c mailing list