From: "Damian Yerrick" Newsgroups: comp.os.msdos.djgpp Subject: Re: Crypt() - CAST Date: Thu, 30 Sep 1999 13:06:23 -0500 Organization: Rose-Hulman Institute of Technology Lines: 25 Message-ID: <7t08uj$i2i$1@solomon.cs.rose-hulman.edu> References: <7suob2$pti$2 AT news DOT gate DOT net> NNTP-Posting-Host: 137.112.103.81 X-Trace: solomon.cs.rose-hulman.edu 938714899 18514 137.112.103.81 (30 Sep 1999 18:08:19 GMT) X-Complaints-To: news AT cs DOT rose-hulman DOT edu NNTP-Posting-Date: 30 Sep 1999 18:08:19 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com SCOTT19U.ZIP_GUY wrote in message news:7suob2$pti$2 AT news DOT gate DOT net... > > The reason is that for encryption you get closer to the machine. > And even with the same machine you don't find compliers useing the > same word size. I have yet to hear from any one getting scott19u.zip > my encryption program to ran on another machine besides the PC. > Take a look at it. >8 > http://www.jim.com/jamesd/Kong/scott19u.zip > http://members.xoom.com/ecil/index.htm But if you don't use the int type, there are two types that are the same on almost all C and C++ compilers and machines: short (16 bits) long (32 bits) Warning: Java is not C. Java defines int as 32 bits and long as what DJGPP calls a 'long long,' that is, 64 bits. Damian Yerrick http://come.to/yerrick