I have written a program which prints out a certain number.
the thing is, when a number is greater then 8 digits, it returns x.xxxxe+00x
where the x are some random numbers and I want it to write all the numbers, and I've tried with the command "fixed" and "setprecision" and combos of those two, but every number beyond the 8:th digit is a 0, how can I make it write all the digits of a number?