home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / c / 20344 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.3 KB  |  28 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!ferkel.ucsb.edu!taco!gatech!paladin.american.edu!howland.reston.ans.net!spool.mu.edu!decwrl!csus.edu!netcom.com!pdh
  3. From: pdh@netcom.com (Phil Howard )
  4. Subject: Re: Please help! Integer longer than 32 bits required.
  5. Message-ID: <1993Jan28.111151.12739@netcom.com>
  6. Keywords: help help help!
  7. Organization: Netcom - Online Communication Services  (408 241-9760 guest) 
  8. References: <proctori.728064793@p4.cs.man.ac.uk>
  9. Date: Thu, 28 Jan 1993 11:11:51 GMT
  10. Lines: 16
  11.  
  12. proctori@p4.cs.man.ac.uk (Dave Proctor) writes:
  13.  
  14. >a bigger quantity than 32 bits. 64 bits would be wonderful, but C doesn't seem
  15. >to want me to have em....
  16.  
  17. Your MACHINE does not have em.
  18.  
  19. The GCC compiler does have type "long long", which will do 64-bit on all
  20. machines, I believe.  It might be even bigger on machines where long is
  21. already 64-bit.  You might give it a try.  Of course it does it via some
  22. instructions to simulate the extra precision, so things will slow down.
  23. -- 
  24. /************************************************************************\
  25. | Phil Howard,  pdh@netcom.com,  KA9WGN    Spell protection?  "1(911)A1" |
  26. | "It's not broken... it's just functionally challenged" --Phil and Pete |
  27. \************************************************************************/
  28.