Search:

Type: Posts; User: ElGalileo

Search: Search took 0.01 seconds.

  1. Replies
    20
    Views
    2,180

    I don't know how much aldo's example is...

    I don't know how much aldo's example is spoon-feeding the OP. I am much closer to OP's level of mastery than Aldo's, and it took me an obnoxiously long time to decipher Aldo's code. Anyone who has...
  2. That seems to be exactly what was happening. With...

    That seems to be exactly what was happening. With the erroneous 0-length array, the code you gave me returned 20 5. With 10 values, 52 13, and with 100 values, 420 105. Thanks!
  3. That fixed everything (tested with 100-value...

    That fixed everything (tested with 100-value array). Thank you so much for your help. Just moved the array declaration below funcinputsize() and got rid of the "= 0" for the SIZE variable. Any idea...
  4. Insertion sort function crashing if 8 or more values?

    Thanks to everyone for checking out this post. I posted a while ago and Jim helped me out, and now I'm back with a stickier problem!

    This program I'm working on accepts an array size from the...
  5. Actually, after compiling it again, I realize I...

    Actually, after compiling it again, I realize I had an error in the calculation of strain. It was always returning 0. After hand-jamming the calculations, I changed the data type of strain_calc to...
  6. Thank you very much Jim for pointing out that my...

    Thank you very much Jim for pointing out that my entire program wasn't running because I used a semicolon after my 'while' statement! This causes everything to run just fine, lol. I am going to...
  7. Not receiving output from homework assignment

    Thank you all for viewing my post. I am submitting an assignment tonight for a basic C program (first time using functions in this course and language). My program is finally error and warning free,...
Results 1 to 7 of 7