An open API service indexing awesome lists of open source software.

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.

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.