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

  • Thread starter Thread starter kthouz
  • Start date Start date
  • Tags Tags
    Errors
Click For Summary
The discussion centers around an error encountered while running C programs that involve double matrices, specifically the message "scanf: floating point format not linked" followed by abnormal program termination. The issue is identified as a lack of floating point support linked in the compiler, which is Turbo C in this case. Users suggest that the problem is not related to the system (Windows Vista Premium) but rather to the compiler configuration. To resolve the issue, it is recommended to ensure that the necessary floating point libraries are properly linked in the Turbo C environment.
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?
 
Technology 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
 
Learn If you want to write code for Python Machine learning, AI Statistics/data analysis Scientific research Web application servers Some microcontrollers JavaScript/Node JS/TypeScript Web sites Web application servers C# Games (Unity) Consumer applications (Windows) Business applications C++ Games (Unreal Engine) Operating systems, device drivers Microcontrollers/embedded systems Consumer applications (Linux) Some more tips: Do not learn C++ (or any other dialect of C) as a...

Similar threads

Replies
42
Views
9K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 22 ·
Replies
22
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
5
Views
15K
  • · Replies 1 ·
Replies
1
Views
11K
  • · Replies 3 ·
Replies
3
Views
6K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K