Re: C++ sucks for games
JKop schrieb:[color=blue][color=green]
>>While I agree that the OP was trolling by posting his article to
>>c.l.c++, it is still my opinion that he was in many parts correct and
>>the "inspired" response was nothing but a display of complete
>>ignorance. Many of the issues raised by the OP are truly something you
>>need to know about (if you don't already), regardless of which
>>programming language you prefer, IMHO.[/color]
>
>
>
> Ignorance? Arrogance maybe? (no pun intended)
>
> As for the issues raised being truly something you need to know about... do
> you need to tell a child not to eat its own excrement? No. Why? It figures
> that out for itself. If you're writing code and you have "new" all over the
> place and you've no "delete"'s, then you'll figure out the aim of the whole
> "Garbage Collection" ideal. I myself am not retarded, so I've no need for
> "Garbage Collection". If, hypothetically speaking, I forsaw that I would
> temporarily become retarded (a golfclub to the head maybe), then I would
> make use of auto_ptr, but that has yet to happen.
>
> Isn't great how we're all entitled to our own opinions! ;-P
>
>
> -JKop
>[/color]
Garbage Collection is not just for the retarded -- it becomes sort of an
requirement when dealing with lock-free collections, for example. And
you are wrong to believe that your programs won't leak memory just
because you aren't retarded.
Regards
JKop schrieb:[color=blue][color=green]
>>While I agree that the OP was trolling by posting his article to
>>c.l.c++, it is still my opinion that he was in many parts correct and
>>the "inspired" response was nothing but a display of complete
>>ignorance. Many of the issues raised by the OP are truly something you
>>need to know about (if you don't already), regardless of which
>>programming language you prefer, IMHO.[/color]
>
>
>
> Ignorance? Arrogance maybe? (no pun intended)
>
> As for the issues raised being truly something you need to know about... do
> you need to tell a child not to eat its own excrement? No. Why? It figures
> that out for itself. If you're writing code and you have "new" all over the
> place and you've no "delete"'s, then you'll figure out the aim of the whole
> "Garbage Collection" ideal. I myself am not retarded, so I've no need for
> "Garbage Collection". If, hypothetically speaking, I forsaw that I would
> temporarily become retarded (a golfclub to the head maybe), then I would
> make use of auto_ptr, but that has yet to happen.
>
> Isn't great how we're all entitled to our own opinions! ;-P
>
>
> -JKop
>[/color]
Garbage Collection is not just for the retarded -- it becomes sort of an
requirement when dealing with lock-free collections, for example. And
you are wrong to believe that your programs won't leak memory just
because you aren't retarded.
Regards
Comment