B
Bradley1234
Sorry if this is obvious, but Ill ask...
Is there a new way of using pointer operations in C# ?
Ive got a Deitel book on C# that neither mentions the word "pointer" nor
"unsafe" in the index.
coming from a C/C++ world, pointers make perfect sense, and getting up to
speed on CS, did pointers go away?
To compile, one must inform the compiler the segment is "unsafe" ?
Thats okay, I can force unsafe/pointers, but is there a newer, better way??
mtia
Is there a new way of using pointer operations in C# ?
Ive got a Deitel book on C# that neither mentions the word "pointer" nor
"unsafe" in the index.
coming from a C/C++ world, pointers make perfect sense, and getting up to
speed on CS, did pointers go away?
To compile, one must inform the compiler the segment is "unsafe" ?
Thats okay, I can force unsafe/pointers, but is there a newer, better way??
mtia