Results 1 to 2 of 2

Thread: Is process.h part of Standard C++?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2001
    Posts
    396

    Question Is process.h part of Standard C++?

    As above.

    I cannot find it in the library list of 'Practical C++' book or under MSDN C++ reference section.

    Thanx in advance.
    I'm a VB6 beginner.

  2. #2
    jim mcnamara
    Guest
    process.h covers stuff like execl(), spawn() and sometimes
    system()

    There is no process.h in ansi C.

    And even though system() is standard, system() is traditionally defined in stdlib.h

    Borland compilers all implement process.h to my knowledge.

    hth

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width