2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
|
|
@ -1,4 +1,9 @@
|
|||
Show the syntax for a complete stoppage of a program inside a [[Conditional Structures|conditional]].
|
||||
;Task:
|
||||
Show the syntax for a complete stoppage of a program inside a [[Conditional Structures|conditional]].
|
||||
|
||||
This includes all [[threads]]/[[processes]] which are part of your program.
|
||||
|
||||
Explain the cleanup (or lack thereof) caused by the termination (allocated memory, database connections, open files, object finalizers/destructors, run-on-exit hooks, etc.). Unless otherwise described, no special cleanup outside that provided by the operating system is provided.
|
||||
Explain the cleanup (or lack thereof) caused by the termination (allocated memory, database connections, open files, object finalizers/destructors, run-on-exit hooks, etc.).
|
||||
|
||||
Unless otherwise described, no special cleanup outside that provided by the operating system is provided.
|
||||
<br><br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue