Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tok explanations
#7
ok, so QM internals treats declaration

str s1 s2 s3

as

ARRAY(str) s.create(3) because s1 s2 s3 have continuous memeory allocation, and &s2=&s1+sizeof(str)????


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)