Xref: news2.mv.net comp.os.msdos.djgpp:3370 Newsgroups: comp.os.msdos.djgpp From: dunder AT nyongwa DOT montreal DOT qc DOT ca (Don Karnage) Subject: Pointers -> memory how ? Message-ID: Organization: Radio Free Nyongwa, Montreal (Qc), Canada Date: Thu, 2 May 1996 01:06:56 GMT Lines: 12 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp How can I make pointers -> memory :P Meaning, how can I make pointers pointing to specific memory locations without dropping out of the protected mode in DJGPP ? Like, perhaps, mapping the video Screen directly with an array char[4000] or int[2000] !!! I'd want to have an adressable array pointer to ScreenPrimary so it can be compatible with my other programs... thanx