From: "ANDERS PEDERSEN" Newsgroups: comp.os.msdos.djgpp Subject: Map file Lines: 14 X-Newsreader: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Message-ID: Date: Thu, 21 Jan 1999 18:39:03 +0100 NNTP-Posting-Host: 195.82.222.29 X-Complaints-To: abuse AT get2 DOT net X-Trace: news.get2net.dk 916940685 195.82.222.29 (Thu, 21 Jan 1999 18:44:45 MET DST) NNTP-Posting-Date: Thu, 21 Jan 1999 18:44:45 MET DST Organization: get2net Internet Kunde To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi! I'm making a crpg using Djgpp and Allegro. I want to create a map-file that store the map information, but I don't know how. Right now i'm using something like: int map[100][100]{0,0,0,0,0,.....,} Does anybody know how to create a map-file that i can read from, and write to. I don't wan't a file you can edit in a text editor. Anders