Thread: spawn

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    380

    spawn

    Would one of the spawn functions allow for both the parent and child to be control by the user? What I want to do is have the parent program be able to take screenshots of the child program.

  2. #2
    Registered User Nutshell's Avatar
    Join Date
    Jan 2002
    Posts
    1,020
    What is spawn, what does it mean?

  3. #3
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Originally posted by Nutshell
    What is spawn, what does it mean?
    FAQs

    For more info, see your compilers documentation

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. fork, execv, spawn, or something else?
    By DavidP in forum C++ Programming
    Replies: 8
    Last Post: 01-26-2009, 04:25 PM
  2. How to kill process that are spawn by spawnl?
    By beon in forum Windows Programming
    Replies: 1
    Last Post: 12-10-2007, 04:07 AM
  3. FAQ : running program inside program (spawn)
    By nipun in forum C Programming
    Replies: 3
    Last Post: 06-13-2004, 02:30 PM
  4. Spawn Problems
    By wilkisi in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 10-30-2002, 07:48 AM
  5. help needed with spawn function
    By tsarena in forum C++ Programming
    Replies: 2
    Last Post: 05-14-2002, 11:16 PM