Search:

Type: Posts; User: Click_here

Search: Search took 0.02 seconds.

  1. Replies
    21
    Views
    12,041

    I kept going with my example, and this is what I...

    I kept going with my example, and this is what I came up with - I'm sure that you can get something out of this :)



    #include <stdio.h>
    #include <stddef.h>
    #include <stdlib.h>


    #define...
  2. Replies
    21
    Views
    12,041

    "pointer" is not an array -> it is a pointer. ...

    "pointer" is not an array -> it is a pointer.

    Also, you can not do the following - It's like saying 4 = something


    int *pointer;
    int j;

    for(j=0;j<size;j++)
    &pointer[j] = &array[j+size];
Results 1 to 2 of 2