Acccording to shadetree and my experience only administrator can eject a Jaz cartridge. In unix I can give a program administrator rights and allow any user to execute it using a function called se...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/WinNT_Setup/Q_10...
Zones:
Win NT SetupDate Answered: 01/26/1997 Grade: C Views: 0
For visual basic 3 MIcrosoft issued mbf2ieee.dll to allow conversion from the method of storing floating point numbers in basic which were originally stored in a special Microsoft format into the n...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10036861.html
Zones:
Visual BasicDate Answered: 02/15/1998 Grade: C Views: 4
I have created a structure which looks like the following:
struct my_struct {
unsigned short my_short : 8;
int my_int;
};
I would expect the size of this structure to be 5 bytes, y...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10052817.html
Zones:
C++Date Answered: 06/11/1998 Grade: C Views: 0
Greetings,
What is the most elegant way to manipulate bits. For example say I have an integer and I want to set a particular bit or bits and then in another function determine which bits have be...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20076881.html
I have a file that has columns of data. I don't yet understand the file format allthough I do have a document that tells me what is contained in each column. I must write a routine to display thi...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20154052.html
Zones:
Visual BasicDate Answered: 07/23/2001 Grade: A Views: 0
I have 2 char strings 8 long. Like
00000000 00008000
In reality, this is actually a 64 bit wide field, but has been condensed to the following and is stored in a data source as 00000000000080...
http://www.experts-exchange.com/Database/Oracle/3rd_Party_Tools/Q_20520679.html
How do u write a 9 bit value to a file? Could someone help me with explanation and psuedocode or code. Thank you. I am using FILE* for file.
http://www.experts-exchange.com/Programming/Languages/C/Q_20527626.html
Zones:
CDate Answered: 03/03/2003 Grade: A Views: 0
hi,
I have a variable char [16] (128 bit)
how can I check whether for example the 3 bit is 0 or 1?
how can I change for example the 10s bit to be 1?
please give a code example that does that
...
http://www.experts-exchange.com/Programming/Languages/C/Q_20597201.html
Zones:
CDate Answered: 02/10/2004 Grade: A Views: 0
How can i know in HP-UX if my machine is 32 bit or 64 bit?
Is there a command to know, or a sys config file?
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_20687632.html
How do I count the number of bits that are set in a byte (or a 8 bit bitstring) ?
http://www.experts-exchange.com/Programming/Languages/C/Q_20731218.html
Zones:
CDate Answered: 09/15/2003 Grade: B Views: 0