Search:

Type: Posts; User: corbinc

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,529

    c++ array question please explain

    I came accross this question in a book i recently bought and i am thouroughly confused.

    -The number inside the brackets of an array definition is the ________, but the number inside an arrays...
  2. Replies
    1
    Views
    5,885

    c++ parrallel array program

    Im trying to write a program from this programming book i just bought and am having some difficulty. Actually im totally lost i need some direction or any help would be usefull.

    Here is what the...
  3. Replies
    3
    Views
    2,105

    c++ specify the starting values of an array?

    How can you specify the starting values of an array?
  4. Replies
    2
    Views
    4,049

    c++ array length?

    Im trying to figure out how many elements are in the array:

    char day[] = "Tuesday";

    and if the array is terminated by a null character. and please explain why
Results 1 to 4 of 4