First of all I would like to apologize if my question has been answered in the past...
I want to create a 30 columns *2 rows array (A[30][2]) and store at every element of it another array.
Practically, I want to store 8 bit binary addresses in a 2dimensional array, however I want these addresses to be stored as arrays and not as integers as I want to be able to read them byte by byte.
Thereforeas declaration is not what I want.Code:int A[30][2];
What I want is to storeIf somebody could help me I would be grateful!!!Code:B[8]={0,0,0,0,1,1,1,1}, C[8]=..., etc at every element of A[30][2].
Thank you very much in advance.



LinkBack URL
About LinkBacks



