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

6 Posted Topics

Member Avatar for elunow

It is possible that somehow the registry is set to disable mounting removable media drives (I use it to prevent USB thumb drives on the work pcs, but it will stop a CDROM too). That particular registry key is as follows (you can cut and paste from the "Windows Registry..." …

Member Avatar for happygeek
2
2K
Member Avatar for yvesk

Could also be caused by a corrupted registry user hive see: http://www.microsoft.com/en-us/download/details.aspx?id=6676

Member Avatar for akhilesh.tripathi.58555
0
407
Member Avatar for marc.punzirudu

ok, im working on an assignment implementing a circular queue (fixed size 15), shared memory, normal producer consumer problem, using three semaphores (one for the queue and one for each process). The objective is to have the producer put the characters from mytest.dat (max 150 chars) into a circular queue, …

Member Avatar for marc.punzirudu
0
2K
Member Avatar for saurabh.mehta.33234

It is actually a very useful feature. You can declare function prototypes multiple ways (very necessary when using template functions) ie adduser(str name, int age, char sex, float height_in_inches) adduser(str name, int age) In this way, you can declare default values for the unused variables, and allow the function to …

Member Avatar for marc.punzirudu
0
166
Member Avatar for saurabh.mehta.33234

A long long long time ago, when I first got into programming, FORTRAN, COBOL, and then C. The compilers did not give the guarantee to initialize a variable (static or otherwise) to 0. They were given arbitrary addresses available in the program stack, and if another number was already in …

Member Avatar for marc.punzirudu
0
209
Member Avatar for jake.lawton.12

Sometimes this is caused by a corrupted registry user hive, have seen it many times. http://www.microsoft.com/en-us/download/details.aspx?id=6676 good luck

Member Avatar for marc.punzirudu
0
229

The End.