Thread: how to create a process in c++?

  1. #1
    Registered User
    Join Date
    Mar 2003
    Posts
    4

    how to create a process in c++?

    Create a process and load the "hello program".When the process
    run,it print the "hello "and the process id

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    Many different ways to skin that cat on every platform. You can start with system(). I'm sure someone will post a site to this frequently asked question.

    gg

  3. #3
    julie lexx... btq's Avatar
    Join Date
    Jun 2002
    Posts
    161
    it's in the faq

    /btq
    ...viewlexx - julie lexx

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. init adopts zombie process?
    By password636 in forum Linux Programming
    Replies: 4
    Last Post: 07-01-2009, 10:05 AM
  2. Semaphores 3 process
    By dani7887 in forum C Programming
    Replies: 0
    Last Post: 04-14-2009, 10:59 AM
  3. Cannot create MDI Client Win
    By JaWiB in forum Windows Programming
    Replies: 1
    Last Post: 10-31-2005, 10:05 PM
  4. Sending a message to parent from child process
    By maxorator in forum C++ Programming
    Replies: 2
    Last Post: 10-09-2005, 04:23 PM
  5. Process sending file descriptors to another process
    By Yasir_Malik in forum C Programming
    Replies: 4
    Last Post: 04-07-2005, 07:36 PM