Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!wuarchive!rex!rouge!JOHNSON@EA.USL.EDU From: johnson@EA.USL.EDU Newsgroups: comp.os.msdos.programmer Subject: HELP!! Turbo-C++ FAR POINTERS Message-ID: <0093BF75.AA852DC0@EA.USL.EDU> Date: 30 Aug 90 15:42:46 GMT Sender: anon@rouge.usl.edu Reply-To: johnson@EA.USL.EDU Organization: Univ. of Southwestern Louisiana Lines: 12 I was trying to use a very large array (char lines[1000][150];) using Turbo-C++ on a 80-x86 based pc. I realized I needed a particular type of pointer to address this thing, so I used a FAR pointer. However, I did something wrong and real quickly compromised the integrity of the FAT file on the hard-drive. (not very fun, I couldn't even boot up) Needless to say I don't want to do this again. How can I declare and address this array? Any help would be GREATLY appreciated. Lee Johnson hlj@usl.edu