Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!cbatt!ihnp4!inuxc!pur-ee!uiucdcs!convex!megamax!eric From: eric@megamax Newsgroups: net.micro.apple Subject: Re: //GS addressing and add on memory? Message-ID: <2900001@megamax> Date: Thu, 16-Oct-86 04:35:00 EDT Article-I.D.: megamax.2900001 Posted: Thu Oct 16 04:35:00 1986 Date-Received: Tue, 21-Oct-86 08:33:53 EDT References: <8610111432.AA01300@ai.wisc.edu> Lines: 14 Nf-ID: #R:<8610111432.AA01300@ai.wisc.edu>:-32:megamax:2900001:000:272 Nf-From: megamax!eric Oct 16 03:35:00 1986 With APW C, an index expression which evaluates to a long will cause full 24 bit addressing to be used. For example: int big_table[100000][2]; long i; ... big_table[i][0] = 49; Will work. It wouldn't work if i were an int. Eric Parker Megamax Inc.