Search:

Type: Posts; User: Early

Search: Search took 0.01 seconds.

  1. Thread: newbie here

    by Early
    Replies
    2
    Views
    804

    *ptr and ptr*

    I have seen the * used on the right side in type casting, ie:


    int comp(const void *i, const void *j)
    {
    return *(int*)i - *(int*)j;
    }
  2. Thread: String array?

    by Early
    Replies
    5
    Views
    932

    string array?

    "Why is this Null character put in automatically. What is this used for?"

    I believe that in C, a "string" is actually a character array. The null terminator is put there by the compiler to...
  3. Thread: Com

    by Early
    Replies
    1
    Views
    828

    Com

    What is COM, and should I learn it (I have been studying C on DOS for 6 mos., intensively) ?
    Is there such a thing as C certification?

    Thx
Results 1 to 3 of 3