Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~475 People Reached
Favorite Tags
Member Avatar for Rastafari

hi, I have a program that compresses a file but for some reason my output file comes up empty every single time ...I dont get it . can some body tell me what i might be overlooking The sample input file looks like this ..GGGGGG...OOOOOOOO...OOOOOOOO...DDDDDD and my function has to …

0
79
Member Avatar for Rastafari

Hi, I have this code fragment that is suppose to find the max value in a queue. It seemed to work fine until I switched up the locations of the letters being fed into the queue. It is suppose to compare each element of the queue and return the largest …

Member Avatar for Rastafari
-1
84
Member Avatar for Rastafari

[B][U]An overview of what my program does[/U][/B] I'm given a main.cpp file with some function prototypes that I have to define in a separate .cpp to manipulate an image file ( basically a 15 x 15 matrix of 1's and 0's) [B][U]The result of your current code[/U][/B] I dont know …

Member Avatar for VernonDozier
0
111
Member Avatar for Rastafari

Hi I have a program that sleeps in user space for 10 seconds and im' tryin gto verify that the sleep is actually 10 seconds so I did something like this time1 = rtdsc(); sleep( seconds); time2 = rtdsc(); but i'm not sure what to do from this point forward... …

Member Avatar for eggi
0
147
Member Avatar for Rastafari

hi I know very little about linux - i'm sure you get that all the time .....but for homework I have to make a system call to change the set processor affinity and have it sleep in user space for 10 seconds as well as in kernel space. How can …

0
54