Cost of pointers in C# vs. C++?

09/22/2011 09:18 Lateralus#1
C++ directly manipulates the memory, so it's no doubt that using pointers in C++ is much faster than C#, but which factors tie into the speed decrease of C# pointers, and how much more expensive is it to implement pointers in C# vs. C++?

Edit: I am talking about unmanaged C++, obviously.
09/22/2011 10:11 IAmHawtness#2
[Only registered and activated users can see links. Click Here To Register...]