Search:

Type: Posts; User: Godfearn

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    37,585

    ohh ya, I forgot about that. I think I've used...

    ohh ya, I forgot about that. I think I've used printscn so often it may take me less time =)
  2. Replies
    5
    Views
    37,585

    solution

    I tried width specifiers, but had a headache trying to match the strings and data. So I used a character array for the column heading, then matched the data with the width specifier. I have to say...
  3. Replies
    5
    Views
    37,585

    Printing a table of strings and data?

    I would like to output my data in columns with headers.
    I looked at some printf escape sequences, but haven't found anything to satisfy me.Is there any way to ensure the data lines up with the...
  4. Thread: Float issues

    by Godfearn
    Replies
    8
    Views
    2,061

    Thanks. I will keep that in mind when using...

    Thanks.
    I will keep that in mind when using small float values.

    PS>This was a end of chapter question, and the book asked to cast the conditional statement as an int for speed.

    As a side...
  5. Thread: Float issues

    by Godfearn
    Replies
    8
    Views
    2,061

    Float issues

    I am having an issue when using float in simple calculations.
    I wrote a simple loop to count from 1 to 10 in tenths, but the output is incorrect. After 2.7, it starts adding in extra digits.
    Any...
Results 1 to 5 of 5