Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

chen8002004

macrumors newbie
Original poster
May 22, 2011
26
0
Most discussion about memory management of Objective-C is based on classes derived from NSObject. How about the memory management of a struct? Is it similar to standard C++ memory management (using new and delete)? An example struct is shown as follows:
typedef struct
{
int startPosition;
int endPosition;
int Velocity;
} carInfo;
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.