Date: Fri, 29 Jan 1999 12:48:16 -0500 Message-Id: <199901291748.MAA15262@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <36B1EDB5.53C1FDCB@net4you.co.at> (message from Seawolf on Fri, 29 Jan 1999 18:19:49 +0100) Subject: Re: Bitshifting References: <36B1EDB5 DOT 53C1FDCB AT net4you DOT co DOT at> Reply-To: djgpp AT delorie DOT com > int value = 0x000F; > But Borland C 3.1 only does the last two bytes: 0x00000F0F "int" in Borland is 16 bits, and cannot hold a value larger than 0xffff.