Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fill integer array
#4
Operator [] gets array elements. A string in QM usually is an array of bytes.

Function parameters are like simple array on stack. If int* p=&e0, then p[0] is &e0, p[1] is &e1 and so on.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)