Search:

Type: Posts; User: jimblumberg

Search: Search took 0.03 seconds.

  1. Suit yourself, but in my opinion they aren't...

    Suit yourself, but in my opinion they aren't adding anything except confusion to your program.

    Jim
  2. So your REPORTFORMAT macro is expecting a string...

    So your REPORTFORMAT macro is expecting a string string floating point. You seem to have a string floating point.

    I really suggest you get rid of the "macro magic" and use a normal format string....
  3. Those "warnings" should be treated as errors....

    Those "warnings" should be treated as errors. Your compiler should have told you the line these problems were detected, what line was it?

    Jim
  4. Yes quite possibly the cause of your problems....

    Yes quite possibly the cause of your problems. The scanf(), printf() functions are very particular about the format specifiers matching the arguments. Your messages are saying that your arguments...
Results 1 to 4 of 4