Piet Bronders
02/22/2020, 2:57 PMDominaezzz
02/22/2020, 7:45 PMnapperley
02/22/2020, 11:53 PMPiet Bronders
02/23/2020, 11:57 PMraniejade
02/24/2020, 4:47 AMCPointer
is a pointer to a value (int* p
in c) while CPointerVar
is a pointer to a pointer (int** p
in c). I don't think immutability/mutability apply here.napperley
02/24/2020, 5:36 AMPiet Bronders
02/25/2020, 12:58 PM