Search:

Type: Posts; User: sedavidw

Search: Search took 0.00 seconds.

  1. Well it's hard to answer that question without...

    Well it's hard to answer that question without knowing what's wrong with it. If your math is off I'd recommend making temp a double. And then use double values in your math and your compiler will...
  2. Replies
    6
    Views
    6,094

    That code isn't exactly the same. My original...

    That code isn't exactly the same. My original code had the following original sprintf call


    sprintf(buf, "%0*5d", xRangekm);
  3. Replies
    6
    Views
    6,094

    MinGW causing problems with sprintf()

    So I've got some code and I'm trying to construct a string which contains a path to file that I will later open. When I originally wrote the code I was using Cygwin and GCC and it worked great. No...
Results 1 to 3 of 3