Posts by paersona • 11 points
1 post
-
1
votes1
answer1170
viewsA: How to create c++ processes?
First remember that the command fork() is a UNIX command, i.e., you must run it on a *Nix system. Using the Cygwin it seems possible to run it in windows. I assume here that you are using a *Nix…