From: "Chia" Newsgroups: comp.os.msdos.djgpp Subject: Allegro Bitmap Array... Date: Fri, 24 Apr 1998 13:31:55 -0500 Organization: 404 Software Lines: 16 Message-ID: <6hqlq3$jdo@nnrp1.farm.idt.net> NNTP-Posting-Host: flex-26.top.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I want to create a two dimensional array of bitmaps for a terrain-selector for a map-builder I'm making. I also want them to be in the heap so they don't use up all the conventional ram. How would I go about mallocing this array, and would the declaration look like this: BITMAP ***TerrainArray; ??? Thanks! // chia AT top DOT net -- http://www.top.net/chia/