privablic
privablic copied to clipboard
Access to private members and methods of a C++ struct or class
Results
2
privablic issues
Sort by
recently updated
recently updated
newest added
It should be relatively straightforward to add a CI/CD chain to build/test on multiple compilers. See [this C++ Weekly episode](https://www.youtube.com/watch?v=3ulKzD2cmSw) for an example.
Hi, I would like to ask, if there is a way to access private struct in class. For example I want to access **info1**: ``` class Cat { private: struct...