Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for emaellie

Hi ya guys, I have been learning about forks and processes, below is my code that i have created but am having difficulty on certain things. **1. Add code to print out and note the values of :** i. The values held within the array fd[ ] from the parent …

0
121
Member Avatar for emaellie

Hi guy, I have been teaching myself how to write C programming code, right now am learning the Round Robin Sheduling algorithm, below is the code that i have managed to write, its the basic but i could do with your help or your direction with how to do the …

Member Avatar for emaellie
0
247
Member Avatar for emaellie

import java.io.*; import java.awt.*; import java.awt.event.*; import javax.swing.*; class work { // main method constructs the Frame window public static void main ( String[] args ) { CircleWindow application = new CircleWindow(); }// end of main method }// end of Line app class CircleWindow extends Frame { private int nSeconds …

0
76
Member Avatar for emaellie

I have been a histogram assignments to do in C++ although i kno how to do in Visual Basic. I have tried to do it in C++ but it seems ive missed out a few steps. below is what i have done so far, please correct me where am wrong. …

Member Avatar for adityatandon
0
1K