[LC++]OS Programming

Jan Reimers reimers at infoserve.net
Wed Oct 9 10:54:01 UTC 2002


On Monday 07 October 2002 05:31 am, you wrote:
>
> And the familiarity of most coders with it. It's easier to
> shoot yourself in the foot with C++ than C.

How so?

If your thinking of pointer problems, I spend almost zero time debuging 
pointer problems. All my pointers are managed by template containers with 
suitable symmantics, or by templated reference counted pointers.  Non of this 
is an option in C.

JR



More information about the tuxCPProgramming mailing list