Ibrahim Haddad wrote:
> 
> Hello,
> 
> >Can you please try to explain what you are trying to do? (type casting
> >is most likely the wrong thing to do here).
> 
> I an generating 2 floating number (sample number: 12.193).
> I need to write these numbers in a file called "bcocomo-log"

Then use fprintf(outfile, "%f %f\n", num1, num2) or something similar.

---
Henrik Nordström

Reply via email to