Search:

Type: Posts; User: StephenCoyle

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    1,572

    [SOLVED] Re: Array[] Size Question

    I should have mentioned that in my getFileSize method I do have a while loop and a counter. Its the counter that is returned.
    I have it working this way. Thanks for the replies.
  2. Replies
    5
    Views
    1,572

    [SOLVED] Re: Array[] Size Question

    Thanks. I was thinking something like that.
    What I have done now, is just created a getFileSize method that takes the file name as a parameter and returns an int (the size of the file).
  3. Replies
    5
    Views
    1,572

    [SOLVED] Array[] Size Question

    I have written a simple program that reads in 30 first names from a txt file into an array and 20 surnames from another txt file into another array. All I want to know is, is it possible to create an...
Results 1 to 3 of 3