Search:

Type: Posts; User: cantore

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,096

    thanks, I'll try that out :)

    thanks, I'll try that out :)
  2. Replies
    5
    Views
    1,096

    Help with file I/O

    Hi all; I'm trying to figure out how to read the contents of a text file and put them into a struct.
    For example, the text file that I have contains this:

    91.4, 1.76, Mike Jones
    87.5, 1.84, ...
  3. Replies
    4
    Views
    2,402

    After reading some of the stuff in that link and...

    After reading some of the stuff in that link and the suggestions here I got it to work. Thanks guys.
  4. Replies
    4
    Views
    2,402

    newbie question regarding user input

    Hi all, I'm writing a program to calculate the average of 10 integer numbers (which is easy). I have to use an array to store all 10 integers (easy again) but the issue that I'm having is that if the...
  5. Replies
    10
    Views
    2,073

    Thanks everybody for the help, after a few...

    Thanks everybody for the help, after a few headaches I think I got it. Thanks again :)
  6. Replies
    10
    Views
    2,073

    My book mentions the round() function too, and it...

    My book mentions the round() function too, and it gives an example, but they use the "tools.h" library which I don't seem to have ( I get a 'no such file or directory...' error message). I did try...
  7. Replies
    10
    Views
    2,073

    Thanks for your quick reply filker. I'm trying to...

    Thanks for your quick reply filker. I'm trying to round to the nearest .01.
    Any ideas?
  8. Replies
    10
    Views
    2,073

    Newbie question: rounding numbers

    Hi all, I'm fairly new to the C language and I'm having issues with rounding numbers.
    I'm writing a program that asks the user to input a number (this number is a variable of type double).
    The...
Results 1 to 8 of 8