Redefining private to public is such a cheap trick.... A real programmer will simply take the address of the object and offset into it. Encapsulation is nothing but a compiler contrivance designed to force people into using the proper interfaces.
char* dataPtr = (char*) &dataObj;
unit privVal;
memcpy(&privVal, dataPtr + 4, 2);
| Sysop: | Eric Oulashin |
|---|---|
| Location: | Beaverton, Oregon, USA |
| Users: | 127 |
| Nodes: | 16 (1 / 15) |
| Uptime: | 492694:28:16 |
| Calls: | 7,917 |
| Calls today: | 4 |
| Files: | 9,405 |
| D/L today: |
578 files (687M bytes) |
| Messages: | 400,594 |
| Posted today: | 1 |