CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (2 messages)

MyArray[ long ] Message #132165
In C and/or C++ is there any limitation on the index of an array? Can the index be larger than an "int"? Can it, for example, be a long on systems where a long is larger than an int? This would mean, of course, that the compiler would have to…
From: John Jeppson Mac Developers Forum · Inside Macintosh March 5, 1991 10:52 PM
Somehow PrintMgr generates the following rectangles after various "magnitudes" are entered into PrStlDialog. I have tried every combination of integer and floating point arithemetic I can think of, but I don't get these integral values. Every formula I have tried has rounding errors greater than one pixel in at least…