Search:

Type: Posts; User: dukester

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    1,453

    Don't know!!! But .... I can tell you that I...

    Don't know!!! But ....

    I can tell you that I use SciTE as my go-to editor! Here's the complete output:


    >gcc -Os -std=c99 -pedantic test-pointers3.c -o test-pointers3
    test-pointers3.c: In...
  2. Replies
    13
    Views
    1,453

    I've tried that, and although it compiles, I get...

    I've tried that, and although it compiles, I get the same warning:

    warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘int **’ [-Wformat]

    So casting to (void *)...
  3. Replies
    13
    Views
    1,453

    Thanks! I'll have to give that a try .... ...

    Thanks! I'll have to give that a try ....



    You bet!! I have that commented out in my code. I had tried it out both ways ...

    Thanks for the input!
  4. Replies
    13
    Views
    1,453

    Pointers: Am I finally grokking them??

    Does this code that I cranked out give some indication that I'm getting it, or am I just dreaming in Technicolor?



    #include <stdio.h>

    int main(int argc, char *argv[])
    {
    int myAge = 65;...
Results 1 to 4 of 4