473,386 Members | 1,943 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Remember to use your "0x".

Hexadecimal is on the rise! Done HTML coloring? Not only does it
support hexadecimal, but it does NOT support decimal. We're not a
decimal people--evidenced by the way we keep time. Remember...unless
you're coding bowling scores, there's no need for decimal.
Nov 14 '05 #1
6 1676
Thinkit wrote:
Hexadecimal is on the rise! Done HTML coloring? Not only does it
support hexadecimal, but it does NOT support decimal. We're not a
decimal people--evidenced by the way we keep time. Remember...unless
you're coding bowling scores, there's no need for decimal.


Ah, it's that time of year again, I see.

A good programmer should be able to handle all number bases up to at least
64 when the need arises, and this certainly includes decimal.

Personally, I favour base 256 (or base 10, as we write it in base 256), but
I don't insist upon it.

--
Richard Heathfield : bi****@eton.powernet.co.uk
"Usenet is a strange place." - Dennis M Ritchie, 29 July 1999.
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html
K&R answers, C books, etc: http://users.powernet.co.uk/eton
Nov 14 '05 #2
"Richard Heathfield" <do******@address.co.uk.invalid> wrote:
Personally, I favour base 256 (or base 10, as we write it in base
256), but I don't insist upon it.


All bases are written 10 in their base :-)

--
Simon.
Nov 14 '05 #3
Richard Heathfield wrote:
Thinkit wrote:
Hexadecimal is on the rise! Done HTML coloring? Not only does it
support hexadecimal, but it does NOT support decimal. We're not a
decimal people--evidenced by the way we keep time. Remember...unless
you're coding bowling scores, there's no need for decimal.


Ah, it's that time of year again, I see.


Thinkit has been around before, trolling the hex kick.

--
Chuck F (cb********@yahoo.com) (cb********@worldnet.att.net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home.att.net> USE worldnet address!
Nov 14 '05 #4
CBFalconer wrote:
Richard Heathfield wrote:
Thinkit wrote:
> Hexadecimal is on the rise! Done HTML coloring? Not only does it
> support hexadecimal, but it does NOT support decimal. We're not a
> decimal people--evidenced by the way we keep time. Remember...unless
> you're coding bowling scores, there's no need for decimal.


Ah, it's that time of year again, I see.


Thinkit has been around before, trolling the hex kick.


Indeed he has. Fortunately, he isn't frequent enough to be a real nuisance.
Anyway, he's obviously not a true devotee of the number base he espouses,
or he'd give it one of its proper names: "senidenary", "sedecimal", or
"sexadecimal".

if(I can just deal parenthetically with another reply elsethread)
{
Simon - yes, I know. That was why I said it.
}

--
Richard Heathfield : bi****@eton.powernet.co.uk
"Usenet is a strange place." - Dennis M Ritchie, 29 July 1999.
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html
K&R answers, C books, etc: http://users.powernet.co.uk/eton
Nov 14 '05 #5
Simon Biber wrote:
"Richard Heathfield" <do******@address.co.uk.invalid> wrote:
Personally, I favour base 256 (or base 10, as we write it in base
256), but I don't insist upon it.

All bases are written 10 in their base :-)


As a long-time devotee of the unary number system I must speak out
against this heresy.

You people shall have to eat your bits, tits, and whatsmore as soon as
the One True Number System comes back en vogue.

Best regards,

Sidney

Nov 14 '05 #6
Sidney Cadot wrote:


As a long-time devotee of the unary number system I must speak out
against this heresy.

You people shall have to eat your bits, tits,


Er... you meant 'trits' (trinary digits), perhaps?

-Kevin
--
My email address is valid, but changes periodically.
To contact me please use the address from a recent posting.
Nov 14 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Liang | last post by:
Hi, I use "defined $r_libs->{$name}" to check first if a key exists in a hash table. But Perl gives a warning WHENEVER the key exists: "Use of uninitialized value". Would u please help to...
7
by: Ensoul Chee | last post by:
I used #include <iostream.h> int m; cout << "Hexadecimal == 0x" << hex << m << endl; to print value of m in hexadecimal mode. But I got the compile error like this couttest.cpp:20 `hex'...
7
by: ma740988 | last post by:
The string object value_f doesn't produce the right output. At issue, - I suspect - is the conversion from string to int with istringstream. An alternate approach? Thanks in advance #include...
8
by: baumann | last post by:
hi all, i hope printf("%#04x\n", 0); will output 0x00, but visual c++ studio 6 outputs 0000. how can i get 0x00? thanks
4
by: Ed Sutton | last post by:
Is there an easy conversion from a hex string, for example "0x1234" to an int? I have written my own many times in other languages, I was just wondering if there might be something already...
1
by: gerr | last post by:
Visual studio 2003 "HTTP/1.1 500 Internal Server Error" when trying to create a new Asp.net site with Visual Studio 2003 on localServer/IIS 5.1. Anyone have any new solutions or urls to point me...
43
by: markryde | last post by:
Hello, I saw in some open source projects a use of "!!" in "C" code; for example: in some header file #define event_pending(v) \ (!!(v)->vcpu_info->evtchn_upcall_pending & \...
4
by: jason.awlt | last post by:
Greetings, I recently being bugged by the following error on my DB2. SQL0902C SQLSTATE = 58005 Reason Code = 14 This error comes out everytime i tried to insert some record to a table...
18
by: Martin Jørgensen | last post by:
Hi, Today I got a really strange problem... I've made myself a data-file and I read in data from that file.... When I read something like this line: 03 04 05, 00 04 01, 05 03 07, 08 03...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.