Search:

Type: Posts; User: n00bster

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    5,831

    I don't quite get what you're trying to do but,...

    I don't quite get what you're trying to do but, by doing:

    int *amm_of_nodes

    in your functions parameter, you're passing a pointer to the int you passed in, in the calling function. Thus, you...
  2. Replies
    1
    Views
    921

    stumbled on this:

    Hi. I have a simple question.

    Say I have:

    unsigned int var1 = 5;
    unsigned int var2 = ~(BYTE)var1;

    printf("var2: %u\n", var1); // output: var1: 4294967290

    How is this result possible if...
Results 1 to 2 of 2