home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / c / 11588 < prev    next >
Encoding:
Text File  |  1992-07-25  |  673 b   |  23 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!mcsun!fuug!demos!kiae!relcom!usenet
  3. From: Leonid A. Broukhis <leo@ipmce.su>
  4. Subject: Re: unsigned long to long without lossage (Help)
  5. Message-ID: <0.211127068126@kiae.su>
  6. Lines: 10
  7. Sender: news-service@kiae.su
  8. Reply-To: leo@ipmce.su
  9. Organization: unknown
  10. References: <1992Jul17.201215.19749@wyvern.twuug.com>
  11. Date: Tue, 21 Jul 92 12:44:15 +0400
  12.  
  13.     There is NO WAY to portably convert unsigned long to long
  14. without lossage, because unsigned long can have 64 bits, but long -
  15. 53 bits (as in one xSoviet mainframe "Elbrus") :-) . Everything else
  16. works OK on it (e.g. "enquire" runs successfully).
  17.  
  18.     Regards,
  19. -- 
  20.     Leonid A. Broukhis
  21.  
  22.  
  23.