Search:

Type: Posts; User: Dark Carnival

Search: Search took 0.01 seconds.

  1. thanks! Actually I do know that arrays start at...

    thanks!
    Actually I do know that arrays start at 0. I had 3 sentences that looked like that one (one for each element) so I just copied a random one :P
  2. (C++) two dimensional char arrays and cin

    char buffer[3][char_length]={"hello",
    "why am I here",
    "the beyond consumes me"};


    would save 3 different strings in an array, and I would be able to access them..
    However, if I...
Results 1 to 2 of 2