Search:

Type: Posts; User: grumpy

Search: Search took 0.20 seconds.

  1. Replies
    10
    Views
    2,915

    Well, it's not a pointer in any sense. A string...

    Well, it's not a pointer in any sense. A string literal is a different thing from a pointer. "Able to be converted to a pointer" is not the same as "is a pointer".

    Take out the words "in the...
  2. Replies
    10
    Views
    2,915

    Addition of a pointer and an integral value is...

    Addition of a pointer and an integral value is commutative, but pointers are not integral types. The result of adding a pointer to an int is a pointer, not an int.

    There is also the quibble that...
Results 1 to 2 of 2