Dynamic memory allocation for 3D array - by javierkeung How can i allocate 3D arrays using malloc? Read the article
storing in unsigned char array - by javierkeung Hello everyone, i got a question about unsigned char array. How can i store an integer in the array continually? thanks for your help! Read the article
how to store binary string , in the binary form, in a file? - by javierkeung Hello all, i have a problem on storing binary string. How can i store binary string "100010101010000011100", in the binary form, in a file using C ? Read the article