User: Jmac21

  • Public profile

User profile: Jmac21

User info
User name:Jmac21
History
Joined:
Number of posts:6
Latest posts:

How can you Enter Data At Command Line and not use a Cout statement instead??
The user of the program should enter the input data or grades at the program execution command line....

Morning,created a Child and Parent Process to calculate grade averages etc. how can I combine them into one Concise Program?
[quote]I keep getting the error message " main.cpp:330:1: error: expected unqualified-id before '{' ...

Use Fork() to create Child process that use separate threads
the main function, the child process uses separate threads to compute the average, median, and stand...

Use Fork() to create Child process that use separate threads
[quote]Hey guys, How can I create a fork()/Child thread process for each computation in my program: ...

Help With program using fork() system for child and parent process
[code] #include <stdio.h> #include<stdlib.h> #include <unistd.h> #include <sys/types.h> #include...

This user does not accept Private Messages