Tuesday, 10 September 2013

How the accessbility of a class or function in C++ is controlled

How the accessbility of a class or function in C++ is controlled

In language like C#. you can put public or internal in front of a class to
control the access level of a class. How this is done in an C++ DLL?

No comments:

Post a Comment