home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / c / 13311 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.3 KB  |  47 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!psinntp!isc-newsserver!gmr6139
  3. From: gmr6139@ultb.isc.rit.edu (G.M. Richard )
  4. Subject: Help!!!  Please Read this message!?!?!?!?!...
  5. Message-ID: <1992Sep8.002536.18118@ultb.isc.rit.edu>
  6. Originator: gmr6139@ultb
  7. Sender: news@ultb.isc.rit.edu (USENET News System)
  8. Nntp-Posting-Host: ultb-gw.isc.rit.edu
  9. Organization: Rochester Institute of Technology
  10. Date: Tue, 8 Sep 1992 00:25:36 GMT
  11. Lines: 34
  12.  
  13. I can't get my compiler to do float-type variables.  I can do 
  14. integers, and I can declare integers, but I can't either 
  15. declare a real number or define a float variable.  This is no 
  16. little typo here - the same programs work when compiled on a 
  17. VAX, but when I compile this program with Turbo C, all I get 
  18. is zeroes for floats.  Take a look:
  19.  
  20. /*  Variable Example */
  21.  
  22. #include <stdio.h>
  23.  
  24. #define apples  4
  25. #define oranges 3.6
  26.  
  27. main()
  28. {
  29.         printf("\nApples = %d\nOranges = %f", apples, oranges);
  30. }
  31.  
  32.  
  33. output:
  34.  
  35. Apples=4
  36. Oranges=0.000000           
  37.  
  38.  
  39. Any help on this problem would be greatly appreciated!!!!
  40.  
  41.  
  42. -- 
  43.   _  _                __                         gmr6139@ultb.isc.rit.edu
  44.  /| /|  __  _/__/_   /__) ' __  /_  __ ,_  __/  gmr6139@george.cs.rit.edu
  45. / |/ |_/-/__/__/____/ \__/_/___/ /_/-/_/__/_/  gmr6139@ritvax.isc.rit.edu
  46. ____________________________________________  gmr6139@ritlav.isc.rit.edu
  47.