View Single Post
Old 01-31-2005, 04:04 PM   #5 (permalink)
abs
Registered User
 
Join Date: Jan 2005
Posts: 7
abs is on a distinguished road
Cool! The code is much cleaner. I just need to brush up on exeception handling, but I think can probably write my own implementation in the future now. A few questions though...

1)
IF I were to ever try to do what I was doing in my original post ( access that array via [ ] [ ]). How would I do it? Even though i wouldn't use that implementation anymore, it bugs me that I can't get the syntax for it to work. What's wrong with *start->array[1][2]=2; ?

2) What naming convetion are you using for your code? I figure it's a good time to start organizing my code a bit.

Thanks!
abs is offline   Reply With Quote