473,387 Members | 1,493 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,387 software developers and data experts.

Zeros or Zeroes?

For some reason I seem to prefer "zeroes" with an e when it stands
alone, but "zeros" when it's a compound word like "all-zeros".

Is there a C standard for this? Is it a Left-pond / Right-pond issue?

These are the issues we need to hammer out!! ;-)

--
Mabden

p.s. Can Zero ever be Off Topic in c.l.c?
Nov 15 '05 #1
8 7011
>For some reason I seem to prefer "zeroes" with an e when it stands
alone, but "zeros" when it's a compound word like "all-zeros".
A zeroe is what you get when you subtract two identical colours.
A zero is what you get when you subtract two identical colors.
Is there a C standard for this? Is it a Left-pond / Right-pond issue?


The difference between a color and a colour is a genetic one (which
tends to be divided by geography but isn't always). Some people
see in color, some people see in colour. Cheap printer inks are
notorious for not having the same color as colour.

It's possible to make a T-shirt that appears to most British people
to say "God **** the Queen" and to most Americans to say "God Save
the Queen", ensuring that you will be beaten up by both.

Gordon L. Burditt
Nov 15 '05 #2
Mabden said the following, on 10/24/05 09:09:
For some reason I seem to prefer "zeroes" with an e when it stands
alone, but "zeros" when it's a compound word like "all-zeros".

Is there a C standard for this? Is it a Left-pond / Right-pond issue?


My American Heritage Dictionary gives both forms as acceptable plurals.

--
Rich Gibbs
ri*****@gmail.com
"You can observe a lot by watching." -- Yogi Berra

Nov 15 '05 #3
"Rich Gibbs" <ri*****@REMOVEgmailCAPS.com> wrote in message
news:43******@news101.his.com...
Mabden said the following, on 10/24/05 09:09:
For some reason I seem to prefer "zeroes" with an e when it stands
alone, but "zeros" when it's a compound word like "all-zeros".

Is there a C standard for this? Is it a Left-pond / Right-pond issue?


My American Heritage Dictionary gives both forms as acceptable plurals.


.... but my standard only refers to it one way: zeros :-)
Nov 15 '05 #4
In article <02*****************@newssvr13.news.prodigy.com> ,
Mabden <mabden@sbc_global.net> wrote:

p.s. Can Zero ever be Off Topic in c.l.c?


If you're talking about a ~65 year-old airplane that
dragged the US into WWII, then yes.
Nov 15 '05 #5
"Mabden" writes:
For some reason I seem to prefer "zeroes" with an e when it stands
alone, but "zeros" when it's a compound word like "all-zeros".

Is there a C standard for this? Is it a Left-pond / Right-pond issue?


I think there is general disagreement, even in the US as to how to spell
those. These are keywords in Cobol and they permit spelling either way.

I used to work with a guy who insisted on spelling develop as develope.
Drove me crazy, but it *is* permitted, at least by the dictionary I used at
that time..
Nov 15 '05 #6

Mabden wrote:
For some reason I seem to prefer "zeroes" with an e when it stands
alone, but "zeros" when it's a compound word like "all-zeros".

Is there a C standard for this? Is it a Left-pond / Right-pond issue?

I don't think there's a C standard, but IIRC they're both reserved
words in COBOL :-P~~~
These are the issues we need to hammer out!! ;-)

--
Mabden

p.s. Can Zero ever be Off Topic in c.l.c?


Nov 15 '05 #7
On Mon, 24 Oct 2005 12:09:02 -0700, osmium said to the parser:
I used to work with a guy who insisted on spelling develop as develope.
Drove me crazy, but it *is* permitted, at least by the dictionary I used
at that time..


And I thought dev-elope was when your two best programmers ran away to
Vegas to get married.
--
Michael Coyne
http://turthalion.blogspot.com

Nov 15 '05 #8
On Mon, 24 Oct 2005 12:09:02 -0700, "osmium" <r1********@comcast.net>
wrote:
"Mabden" writes:
For some reason I seem to prefer "zeroes" with an e when it stands
alone, but "zeros" when it's a compound word like "all-zeros".

Is there a C standard for this? Is it a Left-pond / Right-pond issue?


I think there is general disagreement, even in the US as to how to spell
those. These are keywords in Cobol and they permit spelling either way.

And COBOL doesn't require agreement in (linguistic) number either:
MOVE ZERO[E]S TO single-char.
MOVE ZERO TO big-honking-numeric.

- David.Thompson1 at worldnet.att.net
Nov 15 '05 #9

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

Similar topics

10
by: Tank | last post by:
First off let me say that I am by no means a skilled programmer so i probably have made a dozen mistakes in my attempt at coding my problem. I will tell you the problem so that you have an idea of...
8
by: TheTeapot | last post by:
Hi all, Here's a puzzle: // Say I have an array of numbers set up like so: $arr = array(15,16,17,100,121,1000); // How can I create a function so that I can use it like so:...
5
by: John Baker | last post by:
Hi:: I have 2 fields, an alphabetic and a number. I wish to combine them so that they form a field which has 5 positions in it. Number can be from 1 to 9999 Letter from A to Z I planned...
4
by: David | last post by:
Anyone, Does anyonee now how to use the following outline to fill a matrix with zeros and call on the first function in the following program? void fill_with_zeros(int *mat){...
5
by: tpcolson | last post by:
I have a fairly large access 2003 table (200,000) records. Field 'X' is a text field, and contains either no value, 4 digits, 5 digits, or 6 digits. What I need to do is to add two zeros to the...
3
by: V. Jenks | last post by:
I need to store money values in C# and I noticed when using a float, the trailing zero was trimmed off automatically. I don't want this, is there a native type that will *not* do this so I can...
3
by: Bob Stearns | last post by:
I wish to return a dosage (DECIMAL(7,3)) concatenated with its units (VARCHAR(15); i.e., 1.500 cc. When I do this as shown below, I get 001.500 cc. Is there any easy way to elide the leading...
9
by: Chester | last post by:
I'm working on an app that records data collected by service technicians (VB.Net front-end, SQL Server 2000 back end). The technicians need to record numbers with varying scale and precision. For...
2
by: Smokey Grindel | last post by:
I basically need to remove any leading zeros and hyphens from a string... regex seemed like the best rout and using a replace regex method... anyone know of any good strings for this? The one I...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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.