c++ Programming Glossary: staticmemory
C++ Pointer: changing the contents without changing the address? http://stackoverflow.com/questions/16945547/c-pointer-changing-the-contents-without-changing-the-address create the object by doing something like Manual assigment staticMemory 0 'F' staticMemory 1 'e' staticMemory 2 'l' staticMemory 3 0.. doing something like Manual assigment staticMemory 0 'F' staticMemory 1 'e' staticMemory 2 'l' staticMemory 3 0 int age reinterpret_cast.. Manual assigment staticMemory 0 'F' staticMemory 1 'e' staticMemory 2 'l' staticMemory 3 0 int age reinterpret_cast int staticMemory..
|