Recently I was talking to a co-worker about C++ and lamented that there was no way to take a string with the name of a class field and extract the field with that name; in o
I can list following usage for reflection:
Some real-world usages of reflection from my personal experience:
Reflection is good thing :)