c arrays in objC
c arrays in objC
- Subject: c arrays in objC
- From: Jeff Childers <email@hidden>
- Date: Sat, 3 Dec 2005 09:27:11 -0600
why do I get errors with this code? How do I get it to compile without
errors.
const int art_array[11][3] =
{{1,10,10,100},{11,25,30,180},{26,40,100,600},{41,50,100,1000},{51,60,20
0,1200},{61,70,300,1800},{71,80,400,2400},{81,85,500,3000},{86,90,1000,4
000},{91,95,1000,6000},{96,99,2000,8000},{100,100,2000,12000}};
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden