Topic: Dynamic object creation in C++


Author: chamussy@lifl.fr (Thomas.Chamussy)
Date: 1995/07/17
Raw View
Can anyone tell me where can I find some information about the "dynamic creation object" during the running time.
I want to create a server that be able to create dynamicaly (during the running time) an object. The server take some information about the object in a file, then it create in memory this object and return to then client a pointer to this object.
Thanks

for more information : chamussy@rd2p.lifl.fr