An article about unsafe coding in C# has been added to the links section (right).
[...] unsafe code in C# means usage of pointers, what the CLR does behind the scenes when we use a managed code is part of it, and by stating that we have an unsafe code, we declare a function/line to be 'able' to reach memory directly[...]
3:19:07 AM
|