Browse by Tags
All Tags »
C++ Stuff (RSS)
Sorry, but there are no more tags available to filter with.
Ok, last time we got the basics of the system in place. Tonight we'll fix up some of the stuff that we had before (in case you were wondering, I'm figuring this out at the same time as you guys), then get the invocation of some functions. First, our RuntimeInfo
Read More...
Setting Goals So you want to build a reflection system in C++? Well, I assume so since you're reading this. =) Ok, enough jokes... There are a few ways to go about building a reflection system in C++ and there are different levels that we can accomplish.
Read More...