Search:

Type: Posts; User: LaMigra

Search: Search took 0.23 seconds.

  1. Replies
    7
    Views
    1,511

    [SOLVED] Re: Reading from a txt file and loop trouble

    Ok I figured out my initialization problem. Everything works great just need help with the printf format how to lose all those zero's in my printout.
  2. Replies
    7
    Views
    1,511

    [SOLVED] Re: Reading from a txt file and loop trouble

    Thank you I kinda out the printf. Need the printf format to make the output a double.

    but I encountered this when I initialized degreeCelsius = 0;

    C:\Users\Mitchell\My...
  3. Replies
    7
    Views
    1,511

    [SOLVED] Re: Reading from a txt file and loop trouble

    edited for clarification.
  4. Replies
    7
    Views
    1,511

    [SOLVED] Reading from a txt file and loop trouble

    The code:


    // This program will read in from a file a series of numbers in degrees
    // Celsius, convert them to degree Fahrenheit and print out a table of
    // those values. The file input is...
Results 1 to 4 of 4