Date: Tue, 11 Nov 1997 17:04:49 +0200 (IST) From: Eli Zaretskii To: "Jeff W./DMT" cc: djgpp AT delorie DOT com Subject: Re: Beginner to DJGPP, but not to C++ In-Reply-To: <3467EFD4.32A68199@bigfoot.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 10 Nov 1997, Jeff W./DMT wrote: > I have a decent knowledge of C/C++ and the Borland line of compilers, > but I need to find some sort of guide or tutorial that helps explain the > differences with DJGPP. Most notably, I'm talking about memory > addressing conventions and such. Just think as if you were writing for a small memory model where the size of the code and data segment is 4GBytes. In other words, forget about the segment part of a pointer.