C# pointers | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

C# pointers

c# can have pointers. But i don't understand why thay need. Can anybody show me some template , which really need to use pointers?!

9th May 2019, 7:17 PM
id001x
id001x - avatar
1 Answer
0
In C# all non value types are pointers. Explicitly it can be used in unsafe code. Why? If you have to ask it, don't use it.
9th May 2019, 9:07 PM
Daniel Adam
Daniel Adam - avatar