Um, not sure how to do that, but you can create a sort of "table" in C++ by using multidimensional arrays. Below is an example of how to create a two-dimensional array:
int myArray[10] [10];
You can add more dimensions to the array in order to increase its storage capacity.
Copyright © 2026 eLLeNow.com All Rights Reserved.