Ok, so I have the code below (Objective-C FYI) and I was wondering if I want to create an NSMutableArray of c_data objects, how would I go about doing that? It\'s s
c_data
You would create an NSMutableArray and insert c_data objects into it.