From: "alhabsi" Newsgroups: comp.os.msdos.djgpp Subject: How to multiply two 32-bit integers? Date: Sat, 5 May 2001 11:29:12 +0400 Organization: Oman Telecommunications Company Lines: 9 Message-ID: <9d0a3d$jpu4@OM9.omantel.net.om> NNTP-Posting-Host: 212.72.7.203 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6700 X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I would like to multiply two 32-bit ints X and Y and store the 64-bit result in two ints M and L where M holds the most significant 32 bits. Can anymone please tell me how? Amer,