What is API managing thread in current version

Dudu 161 Reputation points
2021-03-04T09:07:49.07+00:00

When I browse documents of Microsoft, I found the API AfxBeginThread has been in previous version category.

What API is alternative to AfxBeginThread to manage thread in current version.

Thanks.

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,481 questions
0 comments No comments
{count} votes

Accepted answer
  1. Guido Franzke 2,196 Reputation points
    2021-03-04T09:13:04.1+00:00

    Hello,
    AfxBeginThread will start a worker thread. There is no alternative in MFC.
    Read this for more understanding: difference-between-afxbeginthread-and-createthread

    Regards, Guido


0 additional answers

Sort by: Most helpful