• comparing two arrays-values
    hi, i have a xdata unsigned char* a_1[210] and unsigned char* a_2[210] Thea are including string value like "21:32 04:34 xyz" how can i compare this arrays? what i mean is something like...
  • comparing two arrays-values
    hi, i have a xdata unsigned char* a_1[210] and unsigned char* a_2[210] Thea are including string value like "21:32 04:34 xyz" how can i compare this arrays? what i mean is something like...
  • two dimentional array(char) problem
    hi ! I want a table from which i can take char data. so i have used char 2-dim array.my initialization is ok. but complier gives following error : MAIN.C(24): error C242: 'array[]': too many...
  • two dimentional array(char) problem
    hi ! I want a table from which i can take char data. so i have used char 2-dim array.my initialization is ok. but complier gives following error : MAIN.C(24): error C242: 'array[]': too many...
  • malloc and two dimensional array ( char * * )
    I want to allocate memory which I can use as a two dimensional array. But the following code is not working unsigned char xdata ** memo; unsigned char i = 0; // n is number of rows // size is number...