Search:

Type: Posts; User: osyrez

Search: Search took 0.01 seconds.

  1. Replies
    18
    Views
    6,371

    ick.... ya I see what you mean. So I'm...

    ick.... ya I see what you mean.

    So I'm assuming the max size an array can have is determined by how much avaliable memory a system has. If this is the case then one could find out how much memory...
  2. Replies
    18
    Views
    6,371

    Thank you all for your input, It seems clear that...

    Thank you all for your input, It seems clear that an const unsigned int would be the best choice while checking for a segfault error. I had assumed that creating an array of such a large size would...
  3. Replies
    18
    Views
    6,371

    Signed vs Unsigned int

    I have a question as to what the better programming practice would be if I have a function that takes an integer input to determine the size of an array.

    1. Use an unsigned int. This seems like...
Results 1 to 3 of 3