Code after KillProgramm()

Just starting out? Need help? Post your questions and find answers here.
iostream
User
User
Posts: 12
Joined: Thu Jul 31, 2008 12:36 pm
Location: Germany

Code after KillProgramm()

Post by iostream »

Code: Select all

RunProgramm(...)
.
.
KillProgramm(...)
i have a questions:
i search a possibility to execute code in my programm which was killed by KillProgramm().
something like atexit() in C/C++ (http://www.cplusplus.com/reference/clib ... texit.html)