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