Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. strawberryman

    array problem

    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...
  2. strawberryman

    String array

    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...
  3. strawberryman

    String array

    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...

Part and Inventory Search

Back
Top