Search:

Type: Posts; User: delete123

Search: Search took 0.00 seconds.

  1. exactly. they are not precise enough, thus "%.0f"...

    exactly. they are not precise enough, thus "%.0f" is not what i need.

    currently i have not the skills to write my own implementation. is there a hint on how i can get this to run in short time?
  2. well. i need to printf("%i", myvalue) where...

    well. i need to printf("%i", myvalue) where "myvalue" is no "int myvalue" but a "double myvalue". i do not know how to get any clearer. :D

    i tried with printf("%f", myvalue) but the problem here...
  3. i need to output a "double" in console. :)

    i need to output a "double" in console. :)
  4. output "double" (like 0x1234123412341234) in plain c

    hi!

    how can i output an 8-byte-value?

    i basically need to output the result of EDX*0x0000000100000000+EAX (which i extracted from some EDX:EAX value) as plain number (no hex) without dots etc....
Results 1 to 4 of 4