D
dick
are these of the same type?
int a[3]; int [3] b;
int c[5][6]; int [6] d[5]; int [6] [5] e;
int a[3]; int [3] b;
int c[5][6]; int [6] d[5]; int [6] [5] e;
dick said:are these of the same type?
int a[3]; int [3] b;
int c[5][6]; int [6] d[5]; int [6] [5] e;
are these of the same type?
int a[3]; int [3] b;
int c[5][6]; int [6] d[5]; int [6] [5] e;
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.