Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!news.cs.indiana.edu!ux1.cso.uiuc.edu!s.psych.uiuc.edu!amead From: amead@s.psych.uiuc.edu (alan mead) Newsgroups: comp.lang.pascal Subject: need unsigned double word arithmatic Message-ID: <1991Apr20.223125.4355@ux1.cso.uiuc.edu> Date: 20 Apr 91 22:31:25 GMT Sender: usenet@ux1.cso.uiuc.edu (News) Organization: University of Illinois at Urbana Lines: 13 I need to manipulate double word (32 bit) unsigned indicies in Turbo Pascal. I think I can work out a way to add and subtract the individual words, but I'm not so sure about multiplication and division. Also, I'm hopefull that there is a way to utilize the longint format without resorting to writing my own routines. Any help would be appreciated. Thanks, -alan mead : amead@s.psych.uiuc.edu