From: "Tim Czvetics" Newsgroups: comp.os.msdos.djgpp Subject: Question from a beginner Date: Tue, 22 Dec 1998 00:29:43 +1100 Organization: The Internet Group Ltd Lines: 7 Message-ID: <75licm$pm9$1@toto.tig.com.au> NNTP-Posting-Host: p7-max2.syd.ihug.com.au X-Newsreader: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am writing some code in which I use a pointer to an unsigned char, and I need to find the segment and offset of that pointer. How do I go about doing it? Thanks.