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
SUMMARY

The discussion centers on the "floating point format not linked" error encountered in Turbo C when running C programs that utilize double matrices. The issue arises due to the absence of floating point support libraries linked to the program, leading to abnormal termination upon execution. Users on Windows Vista Premium reported this error, indicating a need for proper library linkage in Turbo C to resolve the issue.

PREREQUISITES
  • Understanding of C programming and data types, specifically double matrices.
  • Familiarity with Turbo C compiler and its configuration.
  • Knowledge of linking libraries in C programming.
  • Basic troubleshooting skills for compiler-related errors.
NEXT STEPS
  • Research how to link floating point libraries in Turbo C.
  • Explore compiler settings in Turbo C for enabling floating point support.
  • Learn about common errors in C programming and their resolutions.
  • Investigate alternative compilers that support modern C standards.
USEFUL FOR

C programmers, students learning C, and developers using Turbo C who encounter linking issues with floating point operations.

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
 

Similar threads

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