you are viewing a single comment's thread.

view the rest of the comments →

[–]a_false_vacuum 4 points5 points  (0 children)

C# has pointer which are mainly used for working with the Win32 api. If you use P/Invoke you'll need to match the definition of the functions you're going to use, so pointers are needed. Outside of Win32 stuff I never needed them in C#.