Search:

Type: Posts; User: stavrakas

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    1,344

    Re: Problem reading correctly from a file

    Wow, thx so much, I can't believe I missed that... Now time to work on the rest of the code
  2. Replies
    4
    Views
    1,344

    Re: Problem reading correctly from a file

    Hm, nowhere. I thought I did initialize it with this line: "int[][] protimiseisA = null;" Should I fill the array with zeros first? Sorry, I'm kinda new to programming...
  3. Replies
    4
    Views
    1,344

    Problem reading correctly from a file

    Hey guys, so I'm trying to read from a .txt file (which is written in a specific way) and then save some integers in a 2-dimensional array. The .txt file is written like this:

    5

    4 5 3 2 1
    1 3...
Results 1 to 3 of 3