Search:

Type: Posts; User: emre007

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,389

    Beautiful, man! How did you figure that out? I...

    Beautiful, man! How did you figure that out? I looked at that ceil function, but I still can't see how it's different than the others in the math.h library.

    Another side question: Can you use...
  2. Replies
    7
    Views
    1,389

    Error: implicit declaration of function 'int printf(...)'

    That subject line was the new error before I tried to initialize printf. I realize that it's a function, but it ain't workin
  3. Replies
    7
    Views
    1,389

    OK, I found it. It's there, I just mistyped the...

    OK, I found it. It's there, I just mistyped the #include before. But now that I found the math.h library, I need to initialize printf. Should I just do so and make it 0 at the top?
  4. Replies
    7
    Views
    1,389

    I don't have the math.h library. Should I?

    I don't have the math.h library. Should I?
  5. Replies
    7
    Views
    1,389

    Rounding to Hundreths

    I have a little program that calculates the bill of burgers, cokes, etc. but I want to round the tax so that it doesn't go 4 places (only 2 like $).

    Now, that may be simple, but I would prefer...
Results 1 to 5 of 5