I know if a variable is global, the you can always access its value by preceding the variable name with ::... but is there a way to access the value of a local
::
I think C++ doesn't support this.