Search:

Type: Posts; User: drew99

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,596

    Solved. Thank tou for your help.

    Solved.
    Thank tou for your help.
  2. Replies
    6
    Views
    1,596

    Problem with multidimensional dynamic array

    I declare a two-dimensional dynamic array of size 65536 * 65536, but I can't initialize the entire array[65535][65535].



    int** array = (int**)malloc(sizeof(int*) * 65536);

    for(int i = 0; i <...
Results 1 to 2 of 2