Community

C++ Introspection

(Diego Dagum) C++ programmers, unlike Java and .NET developers, don’t get the benefit of runtime introspection — the ability to learn about a class’s features. However, C++ offers some limited introspection at both compile time and runtime that are worth examining.

Read More - Register for Free Membership