Re: Petition for the removal or voluntary departure of Richard Heathfield from this newsgroup



On Feb 25, 4:55 pm, Richard Heathfield <r...@xxxxxxxxxxxxxxx> wrote:
kwikius said:

On Feb 25, 4:13 pm, Richard Heathfield <r...@xxxxxxxxxxxxxxx> wrote:
kwikius said:

<...>

what do you mean? If you would care to give /one/ example of something
you can do in C++ that you can't do in C, that would help me to
understand what you mean.

Declare an object on the stack which automatically initialises itself,
and resizes itself as required. Object may be runtime polymorphic.

Ah. Thank you. Well, that's a good example of what I was talking about
before - that is, you're looking not at computational objectives, but
technical strategies.

Technically, C doesn't even require the architecture to provide a stack

Doesnt C distinguish variables declared in global namespace from those
declared in a block scope?

No wonder C gets so many memory leaks...

regards
Andy Little




.