Search:

Type: Posts; User: Mr.777

Search: Search took 0.07 seconds.

  1. Replies
    11
    Views
    1,519

    Re: Help with an array please!

    Yeah that's my bad.
    I correct it.

    int [][]array=new int[row][col];

    Peace.
  2. Replies
    11
    Views
    1,519

    Re: Help with an array please!

    Mixed code and pseudocode. So, i don't try to spoonfeed him.
  3. Replies
    11
    Views
    1,519

    Re: Help with an array please!

    1. Put your code in code tags.
    2. Indent your code with proper IDE. I believe you are using wordpad somewhat...
    3.
    const row=100;
    const int col=100;
    int [row]Array[col];
    //Get input for rows...
  4. Replies
    11
    Views
    1,519

    Re: Help with an array please!

    This support is only for you as you are totally begginer. There are definitely other ways to handle, but for your level i suggest:
    1. Declare an array of huge size.
    2. Get a numberic value from...
Results 1 to 4 of 4