Array Question.
Posted: Thu Apr 28, 2011 10:47 pm
Uhmm hello every one I would like some help on this problem of mine .. XD...
can anyone please tell if I'm doing this right..?
some how it doesnt print?..
can anyone please tell if I'm doing this right..?
- Code: Select all
int ary[10][10][10];
ary[1][1][2]=10;
sprintf(txt.text," %d ",ary[1][1][2]);
some how it doesnt print?..