I have a very trivial question but I couldn't get any answer in Google.
As far as I know there is a limit of maximum processes a user can create. How can I get this variable into C++?
I am using Visual C++ , Visual Studio 2013.
Thanks in adcance.
I have a very trivial question but I couldn't get any answer in Google.
As far as I know there is a limit of maximum processes a user can create. How can I get this variable into C++?
I am using Visual C++ , Visual Studio 2013.
Thanks in adcance.
I dont think there is any such uppper limit however that may depend on your virtual stack space.
You may also check Pushing the Limits of Windows: Processes and Threads