As stated, I want to get Multidimensional Arrays to with non-constant "lengths" (amount of store-able "variables"). I have tried using const_cast(), but without any success. I want to create a Tents-puzzle solver as a test of my skills, but I forgot how to make these..
unsignedshortint** GameField;
More specifically, I want it to initialize 0 to all values upon initialization. I'd like to know how to define the "width" and "height" of my Field and how to access and append specific cells.