|
-
May 23rd, 2002, 10:33 AM
#1
winsock32 lack of fork command
What does exactly does fork command do? It is not just like create process. If you write a c program that uses fork, does the child process created by the fork have access to all the arguments of the main() function. ie argc and argv?
I looked at the MSDN but it was kind of unclear here. I want to port some UNIX code to Windows...but it uses fork...
any ideas?
ahoodin
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|