True. However, note the keyword "unsafe" and take heed. Since you already come from a C/C++ background, I would suggest writing any necessary pointer manipulations in that language and keeping your C# code clean of such practices because .NET allows you easily mix languages. Also, consider that the C# environment does not support address level debugging, which is another good reason to preserve good managed code.
DdoubleD 315 Posting Shark
DdoubleD 315 Posting Shark
DdoubleD 315 Posting Shark
DdoubleD 315 Posting Shark
DdoubleD 315 Posting Shark
DdoubleD 315 Posting Shark
DdoubleD 315 Posting Shark