Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!adm!dsill@NSWC-OAS.arpa From: dsill@NSWC-OAS.arpa (Dave Sill) Newsgroups: comp.lang.c Subject: Re: Power operator? Message-ID: <11350@brl-adm.ARPA> Date: 20 Jan 88 15:57:59 GMT Sender: news@brl-adm.ARPA Lines: 26 In article <658@l.cc.purdue.edu> Herman Rubin writes: >... The only advantages of FORTRAN are the power operator and >multi-dimensional arrays. ... Huh? >In case you think that C++ should be used for some of these things, the answer >is frequently _no_! If C++ were produced anew, it _might_ do a fair job. >However, since it is a C preprocessor, whenever C produces bad code, it is >likely to do worse. Strickly speaking, C++ is a compiler, not a preprocessor. However, your point that the quality of C++ code depends on the quality of the C compiler still stands. That's not a fault of C++, though. It's a truism that the performance of an application depends on the software that compiled it. By the way, GNU's version of C++, G++, doesn't generate C code. It generates object code directly. That doesn't mean it's any better than C++, because it really just has a built-in C compiler. ========= The opinions expressed above are mine. "I shed, therefore, I am." -- ALF