scanf() && printf() error 
Author Message
 scanf() && printf() error

How I can avoid the following error with scanf() and printf().

   "Floating point formats not linked"

(I use Borland C++ 3.1)

Thanks

COB



Wed, 15 Oct 1997 03:00:00 GMT  
 scanf() && printf() error

Quote:
>How I can avoid the following error with scanf() and printf().

>   "Floating point formats not linked"

>(I use Borland C++ 3.1)

By reading the README file supplied by Borland with all their broken C
compilers.  You were supposed to do this, anyway, before starting to ask
anywhere else.

Dan
--
Dan Pop
CERN, CN Division

Mail:  CERN - PPE, Bat. 31 R-004, CH-1211 Geneve 23, Switzerland



Wed, 15 Oct 1997 03:00:00 GMT  
 scanf() && printf() error

Quote:


>>How I can avoid the following error with scanf() and printf().
>>   "Floating point formats not linked"

>>(I use Borland C++ 3.1)

>By reading the README file supplied by Borland with all their broken C
>compilers.  You were supposed to do this, anyway, before starting to ask
>anywhere else.

    Failing that, Ortiz, you could have at leasst checked the FAQ which
explicitly addresses this problem.
--
----
Eric

"If anyone finds this offensive, I am prepared not only to retract my
words, but also to deny under oath that I ever said them." -- Tom Lehrer
----



Thu, 16 Oct 1997 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. scanf & printf

2. Linker error 2001 @&(#&@#&$@

3. Linker error 2001 @&(#&@#&$@

4. ***&&&>>> HELP --- CXL --- HELP <<<&&&****

5. program ignoring scanf & fgets

6. scanf & EOF behaviour

7. scanf() & getchar()

8. scanf in &-call

9. scanf & doubles

10. scanf & a structure

11. scanf("%c", &var) behavior!!

12. Questions about (void) & scanf

 

 
Powered by phpBB® Forum Software