User Selected Columns of 2D Array?
I am trying to set up a program in C++ that will take the user selected
number of columns and create an array that will have:
Columns=user selected Rows=3^(#of columns)
How do you initialize a 2D array where the rows/columns are not initially
constants (determined by user)?
No comments:
Post a Comment