home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!munnari.oz.au!bruce.cs.monash.edu.au!mlacus!pault
- From: pault@mlacus.oz.au (Paul Taylor)
- Subject: Forcing 4-byte ints with Borland C++ 3.0
- Message-ID: <1992Jul27.072950.4906@mlacus.oz.au>
- Organization: ACUS Australian Centre for Unisys Software, Melbourne
- Date: Mon, 27 Jul 1992 07:29:50 GMT
- Lines: 11
-
- Is it possible to force Borland C++ 3.0 to use 4 byte integers,
- rather than 2 ?
-
- ie. I need...
-
- sizeof(int)==4
-
- This is being dictated by the need for binary compatibility of a
- data file between PC and an 80*86 Unix box.
-
- Manual references, anyone?
-