|
-
Oct 31st, 2001, 12:37 PM
#1
Thread Starter
Hyperactive Member
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.
-
Oct 31st, 2001, 01:10 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|