[Solved] Why compiler force me to specify unsafe in c# [duplicate]
Found this article with nice detailed explanation – In C and C++, developers have direct access to memory. When a piece of C or C++ code requests access to a block of memory, it is given the specific address of the allocated memory, and the code directly reads from and writes to that memory location. … Read more