Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!ukc!edcastle!elee24 From: elee24@castle.ed.ac.uk (H Bruce) Newsgroups: comp.sys.ibm.pc.programmer Subject: Far data arrays Keywords: C far array Message-ID: <3748@castle.ed.ac.uk> Date: 2 May 90 11:03:41 GMT Reply-To: elee24@castle.ed.ac.uk (H Bruce) Distribution: comp.sys.ibm.pc.programmer Organization: Dept. Electrical Engineering Edinburgh University, Scotland Lines: 11 How can you declare a far array in Microsoft C ? This would appear to be illegal syntax - does anyone know how to 'trick' the compiler so that I could perform an instruction such as : data = array[i][j]; where array is in far memory ? Thank you, Henry Bruce