c++ convert pointer to reference code example Example: convert refference to pointer c++ int& refference; int* pointer = (int*)& refference;