Hi,
This is my first project involving processes I am completely lost. I need to create 10 processes that run at the same time. I know that a process is a program in execution so I must write a program that executes 10 times. I used Win32 API to create a single process. How do I modify the CreateProcess function to create multiple processes and have them run at the same time? My code is in C++. I've been to several websites including Microsoft's website but they discuss the CreateProcess function only. I've been reading some of the posts on this site and it has been very helpful. I think I'm beginning to get a better understanding of what I am supposed to be doing. If I can get some steps to follow or code, or where to find additional information, I will be most grateful. Thanks