Writing unsafe code - pointers in C#
In this article I will give a short description of one of the feature of C# which are pointers and so-called unsafe code. This subject is particularly close for C++ programmers. Moreover, it is a feature that we do not find in Java.
Read: https://www.c-sharpcorner.com/article/writing-unsafe-code-pointers-in-C-Sharp/
In this article I will give a short description of one of the feature of C# which are pointers and so-called unsafe code. This subject is particularly close for C++ programmers. Moreover, it is a feature that we do not find in Java.
Read: https://www.c-sharpcorner.com/article/writing-unsafe-code-pointers-in-C-Sharp/