Hi,
I like to ask a question about expressing number in hexadecimal format?( I think, it is hexadecimal). Why can't we use integer and float number?
What are the good reasons reason behind this...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10068160.html
Zones:
C++Date Answered: 07/30/1998 Grade: B Views: 0
Hi, I have a long hexadecimal "string" (08e4d30102, but longer) that I want to have into a bufer called buf. Its instatiated as
UCHAR buf[1514];
How do I do it?
http://www.experts-exchange.com/Programming/Languages/C/Q_10322297.html
Zones:
CDate Answered: 04/03/2000 Grade: A Views: 0
Hi,
I want to read a hexa decimal file.
eg :-06050415810000024A3A51D195CDD004001B20550590610560558550548540820849900000.
the value are not in this format.
0x06
0x05
0x04
...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_11844938.html
Zones:
C++Date Answered: 11/13/2000 Grade: D Views: 0
I've tried ~h00 but that doesn't do anything since PB allows only ~h01 to ~hFF. I've tried inserting a decimal value to compensate for that but that doesn't do anything either.
Basically what I ...
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_20559227.html
Zones:
PowerBuilderDate Answered: 03/23/2003 Grade: A Views: 0
I try in visualBasic
? hex(&HC0000000+&HAAAA)
the asnwer is
BFFFAAAA
??????
I think
&HC0000000+&HAAAA = &HC000AAAA
why BFFFAAAA?
Thanks
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20670287.html
Zones:
Visual BasicDate Answered: 07/08/2003 Grade: B Views: 0
Hi
How represent Integer value in hexadecimal form?
TIA
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20874987.html
Zones:
.NETDate Answered: 04/03/2004 Grade: A Views: 0
How do I convert a string character to hexadecimal?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20943418.html
Zones:
Visual BasicDate Answered: 06/30/2004 Grade: A Views: 4
I know that when using values in a function &H before a value indicates that is it a hexadecimal value, but what about 0& why not just use 0?
Thanks
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21245946.html
Zones:
Visual BasicDate Answered: 12/17/2004 Grade: B Views: 0
How do i convert -C2 base 16 (hexadecimal) to binary and denary using signed 8 bit binary numbers?
Do i use's two's comliment? If so how? is this the same for minus numbers in octal?
p.s sorry if...
http://www.experts-exchange.com/Other/Miscellaneous/Q_21675023.html
Zones:
MiscDate Answered: 02/16/2006 Grade: A Views: 0
In hexadecima what these values mean for a microcontroller?Please explain.
PORTC='0b00000000'
PORTD='0b00100000'
DDRD=0xE0
PORTB.0^=1
DDRB=0x01
Thanks very much.
http://www.experts-exchange.com/Programming/Languages/C/Q_21777521.html
Zones:
CDate Answered: 03/19/2006 Grade: A Views: 0