Enter Keywords:
1 - 10 of 1563(0.001 seconds)
Sort By:
 
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...
Zones: Win NT SetupDate Answered: 01/26/1997 Rating: 6.4 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...
Zones: Visual BasicDate Answered: 02/15/1998 Rating: 6.6 Views: 0
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...
Zones: C++Date Answered: 06/11/1998 Rating: 7.0 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...
Zones: Delphi ProgrammingDate Answered: 07/05/2003 Rating: 8.4 Views: 0
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...
Zones: Visual BasicDate Answered: 07/23/2001 Rating: 5.8 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...
Zones: Oracle 3rd Party ToolsDate Answered: 02/26/2003 Rating: 6.6 Views: 0
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.
Zones: CDate Answered: 03/03/2003 Rating: 5.8 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 ...
Zones: CDate Answered: 02/10/2004 Rating: 7.4 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?
Zones: Unix Systems ProgrammingDate Answered: 07/27/2003 Rating: 9.4 Views: 0
How do I count the number of bits that are set in a byte (or a 8 bit bitstring) ?
Zones: CDate Answered: 09/15/2003 Rating: 7.2 Views: 0