C or C++?
Bill Sconce
sconce at in-spec-inc.com
Fri May 27 15:27:01 EDT 2005
On Fri, 27 May 2005 14:55:58 -0400
Jeff Macdonald <macfisherman at gmail.com> wrote:
> On 5/27/05, Bill Sconce wrote:
> > If it were me I'd go with C++. C++ allows better commenting.
>
> How so?
Because of the // form. You guessed the purpose of my joke correctly.
But your command string was buggy. The correct test would be:
laura$ gcc -Wall -ansi -o helloworld helloworld.c
helloworld.c: In function `main':
helloworld.c:5: syntax error before '/' token
laura$
(That is, you were using C++, not C. And Q.E.D. :)
(And I'm still joking. :) :)
Except about the business decision of going along with client stipulations.
-Bill
And except about Python. Which really is better than C++.
Oh, all right. I'm still joking.
More information about the gnhlug-discuss
mailing list