Re: programming in C++ ?
Re: programming in C++ ?
- Subject: Re: programming in C++ ?
- From: Thomas Engelmeier <email@hidden>
- Date: Sun, 3 Feb 2008 17:44:22 +0100
On 01.02.2008, at 18:35, John Stiles wrote:
Well, most C++ code should be using new and not malloc() anyway.
malloc() is a holdover from the Bad Untyped Days of C.
That particular API has some semantics that proliverate bad
programming practice, anyway - structs with trailing variable length
data buffers. A lot of C casts, offsetof and whatever.
Regards,
Tom_E
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden