C subscripts
Dave Long
toml at oliveb.UUCP
Mon Oct 29 04:06:27 AEST 1984
@ Who else out there thinks that
@ some_array_name[more][long][names]
@ is actually a good way to do things?
I do! I prefer to think of multi-dimensional arrays as arrays of arrays,
which the current syntax implies, rather than as different entities. It
should be easy enough to write a program to convert between notations, though.
--
-- Dave Long --
{fortune,idi,ios,hplabs,tymix}!oliveb!toml
{allegra,ihnp4,msoft,tty3b,uvacs}!oliveb!toml
More information about the Comp.lang.c
mailing list