In Visual Studio, you create a new project and you want to use pointers in the project, Probably visual studio 2017 will give an invalid pointer error. We need to open unsafe mode in the project because the pointers are unsafe...
In Visual Studio, you create a new project and you want to use pointers in the project, Probably visual studio 2017 will give an invalid pointer error. We need to open unsafe mode in the project because the pointers are unsafe...