|
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!
|