hi i have c++ code which i want to change it to the c# code,i must using pointers, can i change below code to the c# ? int *p1,*p2; int i=0; p1=&i; *p1=100; p2=p1;
hi i have c++ code which i want to change it to the c# code,i must using pointers, can i change below code to the c# ? int *p1,*p2; int i=0; p1=&i; *p1=100; p2=p1;