https://github.com/vextroyer/violatingcpp11privateaccesor
A simple code snippet showing a violation of c++11 classes control accesors.
https://github.com/vextroyer/violatingcpp11privateaccesor
Last synced: 11 months ago
JSON representation
A simple code snippet showing a violation of c++11 classes control accesors.
- Host: GitHub
- URL: https://github.com/vextroyer/violatingcpp11privateaccesor
- Owner: Vextroyer
- License: unlicense
- Created: 2025-07-07T15:35:16.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-07-07T15:38:02.000Z (11 months ago)
- Last Synced: 2025-07-07T16:53:16.854Z (11 months ago)
- Language: C++
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
A simple code snippet showing a violation of c++11 classes control accesors.
The snippet shows how to access private members of a class by using raw memory manipulation.