From: Charles Terry Newsgroups: comp.os.msdos.djgpp Subject: Re: How many bits do the Data types need? Date: Sun, 12 Apr 1998 06:36:35 -0700 Organization: All USENET -- http://www.Supernews.com Lines: 24 Message-ID: <3530C363.55CA@plinet.com> References: <6gq967$e25$1 AT news DOT metronet DOT de> NNTP-Posting-Host: 5910 AT 207 DOT 174 DOT 3 DOT 217 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Lennart Marien wrote: > > Hi! > I have a short question concerning the data types in > DJGPP.I programmed in Pascal and ASM so far and > I now have to translate some Data Types. > What I like to know is: > How many bits is > > a char(guess 8) > a short(guess 16) > an int(guess 32) > a long(no idea) ////32 also > > Thank you! Have you go the info viewer installed? No problem answering that question but you probably should look at the gcc specifics for endians, register usage, ect. command> INFO Its also quicker than the Web. Charles Terry