fork()

A

Akhil

How can i do a fork() sytem call using a C program?Is it allowed in
windows environment or not because it is primarly a system call used by
UNIX
 
B

Barry Schwarz

How can i do a fork() sytem call using a C program?Is it allowed in
windows environment or not because it is primarly a system call used by
UNIX

Since fork is not a standard function, if it is available it is a
system extension. For that, you need to ask in a group that discusses
your system.


Remove del for email
 
S

SM Ryan

# How can i do a fork() sytem call using a C program?Is it allowed in

You can do it on any system that provides it. That includes unix.

# windows environment or not because it is primarly a system call used by

I don't do windows.
 
M

Mark McIntyre

How can i do a fork() sytem call using a C program?

fork() isn't part of C, its a POSIX function, and you wll have more
luck asking about it in comp.unix.programming or similar.
Is it allowed in windows environment or not because it is primarly a system call used by
UNIX

No idea. Search the MSDN maybe?

Mark McIntyre
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,175
Messages
2,570,944
Members
47,491
Latest member
mohitk

Latest Threads

Top