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
~628 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Mindless Z

Hey All, I've got an assignment due tonight involving semaphores, and I can't seem to figure it out. I'm given the following program: #include "stdafx.h" using namespace System; using namespace System::Threading; ref class PrintTasks { public: static bool runFlag = true; public: void PrintDigit(Object^ name) { while (runFlag) { Console::WriteLine((String^)name); …

0
67
Member Avatar for Mindless Z

I've got an assignment due very soon that I can't for the life of me figure out. the basic idea is to create a program that allows the user to paint with large dots. If the R key is down the dot should be red, if the B key is …

Member Avatar for Mindless Z
0
409
Member Avatar for Mindless Z

I'm working on a project and i'm having a bit of trouble. the basic idea is to make an employee database using a basic structure. the program is to have 3 files and in the header file the professor wants the function prototype to be: [CODE]int addEmployee (struct employee *, …

Member Avatar for Mindless Z
0
152