Different ways of exiting a process in C++

前端 未结 2 2057
悲哀的现实
悲哀的现实 2021-02-08 12:23

There are various ways of exiting a process:

e.g.: ExitProcess, ExitThread (from the main thread), exit, abort, return from main, terminate.

I\'d like to know th

2条回答
  •  北荒
    北荒 (楼主)
    2021-02-08 13:17

    See the source code of ExitProcess() (posted on compuserve, usenet)

提交回复
热议问题