|
-
March 7th, 2010, 07:17 PM
#1
Possible to Create Functions Dynamically
I want to know is it possible to create functions dynamically, such as inside dynamic memory blocks using pointers and possibly with templates? The function would not have been written beforehand which is why I thought templates might do the trick since they are created when needed.
The point of this is to have functions in memory and freed from memory when not needed anymore instead of hard coded into the executable. I'm not referencing a pointer to a function, but more along the lines of a pointer to a dynamic memory block with a function inside of it.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|