Allocate an array of 16 short ints on the stack/heap?
Stack:short pa[16];Heap:short *pa = new short[16]; Please enable JavaScript to view this page content properly.
Please enable JavaScript to view this page content properly.