RE: Pointers and Array References...

2002-02-27 Thread ALincoln
hing great was ever achieved without enthusiasm. - Ralph Waldo Emerson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 2:51 PM To: Adym Lincoln Cc: [EMAIL PROTECTED] Subject: Pointers and Array References... [EMAIL PROTECTED] writes:

Re: Pointers and Array References...

2002-02-27 Thread Jenda Krynicky
> [EMAIL PROTECTED] writes: > > Hi all, > > > > I am trying to use pointers to arrays to process a configuration file...The > > config file has a key and a value per row separater by a colon (:). > > > > key01:value01 > > key02:value02 > > key03:value03 > > > > The function to process