I am working on Augmented reality using Vuforia sdk, and i want to load 3d object on runtime, i want to fetch it from web-service and load it when i need that, So basically my question only is this how can we load any .h file on run time. First is this possible that we can load it on runtime and if possible then how can we do that.
Share
If you have dynamic data, putting it into a .h file doesn’t make sense. Headers are only useful while the program is being compiled, not at run time.