|
|
| Hello, i'm new to C++, |
| would someone break this down to me why this code prints the following? |
| It really doesn't though, |
| i mean everytime i change the value of special and invoke basePtr() there are 7 0s followed by the value of special, a representation of 8 bits. It striked me as odd how a pointer to pointer variable handled it vs just a pointer which prints a plain 7. |
|
|