Re: char* pname = "Harry"



On Tue, 18 Apr 2006 19:55:34 GMT, in comp.lang.c , Martin Ambuhl
<mambuhl@xxxxxxxxxxxxx> wrote:

Keith Thompson wrote:
Martin Ambuhl <mambuhl@xxxxxxxxxxxxx> writes:

Idiomatic C Code is "usable with both C and C++."

I think you dropped a "not", i.e.,

Idiomatic C Code is *not* "usable with both C and C++."

I did not drop a "not".
<snip>
Why in the world you thought I dropped a "not" is between you and your God.

Well, frankly I also thought you dropped a "not" and I'm not convinced
there was a call to be quite so rude. Idiomatic C can't be used in C++
unless you take great care to avoid all sorts of trivial C-isms and
add in extra C++ specific stuff.

Mark McIntyre
--
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it."
--Brian Kernighan
.



Relevant Pages