Search:

Type: Posts; User: 'Serj Codito

Search: Search took 0.01 seconds.

  1. FILE *file; int c; char **file_buffer;...

    FILE *file;
    int c;
    char **file_buffer;
    file_buffer = (char**)malloc(9*sizeof(char));
    for(int x =0;x<9;x++){
    file_buffer[x] = (char*)malloc(1*sizeof(char));
    ...
  2. Read char by char into two-dimensional array pointer.

    Hello guys could you please help me write a piece of code that will read a file char by char and store it into the 2Dimensional array pointer using "File Pointer"?
    Here's my file:
    0.2.0 9.4.7 0.0.0...
Results 1 to 2 of 2