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