Why Does Turbo C Show Floating Point Format Not Linked Error?

  • Thread starter Thread starter kthouz
  • Start date Start date
  • Tags Tags
    Errors
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
kthouz
Messages
188
Reaction score
0
Am writting programs in c that contain double matrices.
When i run it and input data, an error appears on the screen
scanf: floating point format not linked
Abnormal program termination
.
Is this a problem about my system? I guess. Actually i am using vista premium.
What can i do to solve the problem?
 
Physics news on Phys.org
It's telling you that you haven't got floating point support (presumably a library) linked in... i.e. visible to the linker.

Which compiler is it?
 
zeitghost said:
It's telling you that you haven't got floating point support (presumably a library) linked in... i.e. visible to the linker.

Which compiler is it?

It is Turbo C