No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
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..." …
Could also be caused by a corrupted registry user hive see: http://www.microsoft.com/en-us/download/details.aspx?id=6676
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, …
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 …
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 …
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
The End.
marc.punzirudu