I am attempting to make a program in which I need multiple one dimensional arrays. I have succesfully programmed it for the user to input the number of arrays, and it will create that number. Lets say, that is eight arrays. Then, it also places numbers one through eight in the 0-7 spots. Is...
What I am trying to do is place names into an array. Starting with location [0][0], and moving to [0][1] then [0][2] and so on, for as many players as the user inputs. I had initialized the array as a char array because I didn't think it was possible to initialize a string array, or is that...
My program is below, and I am getting an error C2664, When I looked it up, I could only come up with a parameter error, but to me, it doesn't look like I am violating one. My program (so far) is supposed to place names into a string array.starting with [0][0], and going down the line,placing...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.