Pointers in C#
Does someone know where I can find pointer documentation for C#?
I have int** and I want to initialize it with 3 int* but not sure how
Apparently is different from C
I have int** and I want to initialize it with 3 int* but not sure how
Apparently is different from C