home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / cplus / 11591 < prev    next >
Encoding:
Text File  |  1992-07-26  |  605 b   |  21 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!munnari.oz.au!bruce.cs.monash.edu.au!mlacus!pault
  3. From: pault@mlacus.oz.au (Paul Taylor)
  4. Subject: Forcing 4-byte ints with Borland C++ 3.0
  5. Message-ID: <1992Jul27.072950.4906@mlacus.oz.au>
  6. Organization: ACUS Australian Centre for Unisys Software, Melbourne
  7. Date: Mon, 27 Jul 1992 07:29:50 GMT
  8. Lines: 11
  9.  
  10. Is it possible to force Borland C++ 3.0 to use 4 byte integers,
  11. rather than 2 ?
  12.  
  13. ie. I need...
  14.  
  15.        sizeof(int)==4
  16.  
  17. This is being dictated by the need for binary compatibility of a 
  18. data file between PC and an 80*86 Unix box.
  19.  
  20. Manual references, anyone?
  21.