Message-ID: <361E54BC.62DA@golden.net> Date: Fri, 09 Oct 1998 14:33:53 -0400 From: Gloria X-Mailer: Mozilla 3.04 (Win95; I) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Mem size Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Hi. I'm a newbie to C. I'm learning with a book right now and it's getting into pointers. In one program you find out the address of various pointers. In the book it says that the memory location should only be from 0-65,535 however when I try the program in DJGPP I get memory addresses of 300000 and above. What's going on?