J
Jon Skeet [C# MVP]
At any rate, it seemed like you had, for the most part, taken over the
topic, and I was merely making mention of the fact that, if he is accustomed
to using pointers, he might be better off to work with C#, which I prefer
for several reasons, possibly the least of which (but in my case absolutely
necessary at times) is pointer availability. I didn't want to go into gory
detail about it.
Right. I think what I'm very keen on making sure of is that Gary
realises that most "normal" uses of pointers in C are achieved using
either indexes into arrays, or just normal references.
Hopefully between us we've got that point and your point that pointers
*are* available in C#, across now