| | | 
Progenic Family

Group: Forum Members Last Login: Tuesday, September 23, 2008 12:31 PM Posts: 203, Visits: 334 |
| Hello guys
I just wonder if it's possible to execute the content of a variable in C++?
The variable contents is binary data.
edit: and how can I do this practically?
/Andy |
| | | | 
Progenic Family

Group: Old Skool Last Login: Monday, July 14, 2008 10:40 PM Posts: 1,064, Visits: 4,353 |
| | | | | 
Progenic Crew

Group: Administrators Last Login: Yesterday @ 3:49 PM Posts: 2,386, Visits: 37,335 |
| whats the advantage of doing that over writing it to disk first?
|
| | | | 
Progenic Family

Group: Forum Members Last Login: Tuesday, September 23, 2008 12:31 PM Posts: 203, Visits: 334 |
| proge (4/1/2008) whats the advantage of doing that over writing it to disk first?
I would hope it would require less resources, if files are big. And if there is an easy way to do this, I thought i might try as well 
/Andy |
| | | | 
Progenic Crew

Group: Administrators Last Login: Today @ 2:42 AM Posts: 901, Visits: 5,294 |
| andy (4/1/2008)
proge (4/1/2008) whats the advantage of doing that over writing it to disk first?I would hope it would require less resources, if files are big. And if there is an easy way to do this, I thought i might try as well  Less resources if the files are big.. which you would then still have in memory entirely to run from.. HD space comes cheap. Don't waste time 'optimizing' for something irrelevant  |
| |
|
|