Re: C programming Arrays

  • From: "Dale Leavens" <dleavens@xxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Tue, 9 Oct 2007 20:32:32 -0400

Right on. I started out doing it right but slipped into how it is often done in 
dialects of BASIC.

Thanks, certainly don't want to confuse John unnecessarily.

Dale Leavens, Cochrane Ontario Canada
DLeavens@xxxxxxx
Skype DaleLeavens
Come and meet Aurora, Nakita and Nanook at our polar bear habitat.


----- Original Message ----- 
From: "Marlon Brandão de Sousa" <splyt.lists@xxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Tuesday, October 09, 2007 7:39 PM
Subject: Re: C programming Arrays


> Hello Dale,
> You have written your samples with a wrong syntax. If one needs to
> access a n dimensional array the way of doing this in C is
> array[0][1][...][n] instead of array [0], [1], [...], [n].Marlon
> 
> -- 
> When you say "I wrote a program that crashed Windows," people just
> stare at you blankly and say "Hey, I got those with the system, for
> free."
> Linus Torvalds
> __________
> View the list's information and change your settings at 
> //www.freelists.org/list/programmingblind
> 
>
__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind

Other related posts: