Hey,
Just wondering as I have been writing applications in Java for a couple years now and recently gone back to developing with c++.
With Java I can easily find a method during run-time with the classes Method and Class, by just having Strings with the class name and method name.
Is something similar possible in c++? If so, how would it affect performance?
thanks,
/ nex
