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?..
int ary[10][10][10];
ary[1][1][2]=10;
sprintf(txt.text," %d ",ary[1][1][2]);
Users browsing this forum: No registered users and 1 guest