Search:

Type: Posts; User: grumpy

Search: Search took 0.06 seconds.

  1. Thread: pointers

    by grumpy
    Replies
    21
    Views
    2,284

    Not, in this case, unless `n' is a compile-time...

    Not, in this case, unless `n' is a compile-time constant (or a macro, that somehow expands to a compile-time constant).
  2. Thread: pointers

    by grumpy
    Replies
    21
    Views
    2,284

    In addition to that, the called function is...

    In addition to that, the called function is responsible for ensuring r and c are within appropriate bounds. There is no check of this unless the programmer implements it.

    This feature also was...
Results 1 to 2 of 2