Relative Content

Tag Archive for cpointerscastingvoid-pointers

casting from void** to int

I have a dynamic 2D array stored in a void** pointer, and I am just wondering how I am supposed to cast/dereference the values so that they can be printed?