Search:

Type: Posts; User: Red Force

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,352

    Yeah, it does work, ignore this thread. My brain...

    Yeah, it does work, ignore this thread. My brain said putchar, my body put putc, my Eyes read putc, and the error message spoke of macros.... lol
  2. Replies
    2
    Views
    1,352

    Incrementing Pointers Along arrays

    char *key;
    char blah[10];

    gets(blah);
    key = blah;

    //How would I get a specific character from key?
Results 1 to 2 of 2