K
KO
I'm trying to have my program call itself to run another instance.
Basically, I want to dynammically find the name of my class to
implement this. I can get it to work if I update the name with the
new version of my code everytime but I want my code to be extendible
by other developers and still want to allow this functionality without
the other developers worring about updating this name everytime.
Please let me know if there is a system call which will allow me to
find the name of my class every time I run it. (I would think using
an argc or argv command would work but I'm getting weird results)
thanks!
-KO
Basically, I want to dynammically find the name of my class to
implement this. I can get it to work if I update the name with the
new version of my code everytime but I want my code to be extendible
by other developers and still want to allow this functionality without
the other developers worring about updating this name everytime.
Please let me know if there is a system call which will allow me to
find the name of my class every time I run it. (I would think using
an argc or argv command would work but I'm getting weird results)
thanks!
-KO