12-15-2016, 09:52 AM
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)????
str s1 s2 s3
as
ARRAY(str) s.create(3) because s1 s2 s3 have continuous memeory allocation, and &s2=&s1+sizeof(str)????