473,785 Members | 2,641 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

English language question

The english word "Initialize d" exists. (Cambridge dictionary finds it).
The word "Uninitiali zed" doesn't seem to exist, and no dictionary
has it. I am using that word very often in my tutorial of the C language
with

"uninitiali zed memory".

Word flags this as a spelling error and tells me that the correct spelling
is

"uninitiali sed" with s
and NOT
"uninitiali zed" with z.

Can anyone here tell me what word should be used in correct english?

Thanks in advance

jacob
Nov 14 '05
66 3344
On Wed, 23 Jun 2004 16:38:34 GMT, Default User
<fi********@boe ing.com.invalid > wrote:
(city of St Louis, Missouri, US pronounced "Saint" or "Sant" "Louie")
The musical was "Meet me in St. Louis."

I'll think you find that those songs were written by people who weren't
native St. Louisans and quite possibly had never been there. They also
had other considerations, like how the song sounded.

The "St. Looey" pronounciation was certainly not prevalent around 1945,
otherwise there'd be a significant number of people still using that. It
is the tendency in St. Louis to completely squash all French
pronounciations . The street name Gravois is not Grav-WAH, it is GRAV-oi
or GRAV-ois. My town of Florissant is FLOOR-uh-sant. Bellefontaine is
BELL-fountain.
And (at least some decades ago) Creve Coeur was "creeve core".
But Des Peres was "day pear", about as close to correct French as you
can get with a Midwestern accent. And Laclede, of course, is pretty
much the same either way.

But I've never found anything elsewhere to match the seemingly
gloriously redundant naming of Olive Street Road Boulevard.
The likelyhood of "St. Looie" being prevalent anytime recently is pretty
slim. It's one of those outsider things, like Frisco.

ObSortOfVaguely OnTopic: "McAuto", the computer part (division?
subsidiary?) of McDonnell Douglass, long before Boeingization, was
once a big, I believe one of the biggest, (US) vendors of commercial
time-sharing services. But I have no recollection of that including C.

- David.Thompson1 at worldnet.att.ne t
Nov 14 '05 #61
Dave Thompson wrote:
And (at least some decades ago) Creve Coeur was "creeve core".
Sometime "Creeve Cur".
But Des Peres was "day pear", about as close to correct French as you
can get with a Midwestern accent.
I usually hear "Duh Peer". Of course, the river is frequently (jokingly)
called the River Despair.
But I've never found anything elsewhere to match the seemingly
gloriously redundant naming of Olive Street Road Boulevard.


Olive Street Road was the road that took you to Olive Street.

Brian Rodenborn
Nov 14 '05 #62
CBFalconer wrote:
However Canadians are naturally confused, being simultaneously
attacked from childhood on all spelling fronts by intolerant
adjacent spellmeisters. This will not be resolved until we
**acheive**
Is this a typo or is it the way you were taught?
Canadian hegemony. :-) (and then we have to worry about
Quebec).


They will just go on spelling it "obtenir."


Nov 14 '05 #63
John Smith <JS****@mail.co m> scribbled the following:
CBFalconer wrote:
However Canadians are naturally confused, being simultaneously
attacked from childhood on all spelling fronts by intolerant
adjacent spellmeisters. This will not be resolved until we
**acheive**
Is this a typo or is it the way you were taught?


Well, I've seen native English-speakers routinely write "wierd", so
"acheive" doesn't surprise me. I know I'm supposed to pick at people's
English skills, but the German skills of native English speakers often
annoy me. It's as if they knew when to write "ei" and when to write
"ie", then do it the exact opposite way.
Correct spellings of German words:
Words with "ie": Friede, Liebe, Dieb, Dienst, riechen (to smell),
mies, viel, Wien (the capital of Austria)
Words with "ei": mein, heil, Sonnschein, Teil, Ei, weiss, reichen (to
be enough), einfach, drei, Wein (wine)

--
/-- Joona Palaste (pa*****@cc.hel sinki.fi) ------------- Finland --------\
\-- http://www.helsinki.fi/~palaste --------------------- rules! --------/
"War! Huh! Good God, y'all! What is it good for? We asked Mayor Quimby."
- Kent Brockman
Nov 14 '05 #64
In <cc**********@o ravannahka.hels inki.fi> Joona I Palaste <pa*****@cc.hel sinki.fi> writes:
"acheive" doesn't surprise me. I know I'm supposed to pick at people's
English skills, but the German skills of native English speakers often
annoy me.


Do you realise that you get annoyed far too easily and by far too
insignificant things? And, at the same time, you don't seem to care
enough for the things that really matter.

A perfectly phrased and spelled, but incorrect sentence is far more
annoying than a badly spelled and phrased, but correct one.

Dan
--
Dan Pop
DESY Zeuthen, RZ group
Email: Da*****@ifh.de
Nov 14 '05 #65
Dan Pop wrote:
Do you realise that you get annoyed far too easily and by far too
insignificant things? And, at the same time, you don't seem to care
enough for the things that really matter.

Damn that's good. If I was running a .sig I'd swipe, but I'm not so I
won't.

Brian Rodenborn
Nov 14 '05 #66
Joona I Palaste wrote:
Well, I've seen native English-speakers routinely write "wierd", so
"acheive" doesn't surprise me.

The first is usually due to the misapplication of, "I before E except
after C and when sounding as A as in neighbor and weigh." As "weird"
doesn't fit that rule (along with a raft of others) it can cause
confusion.

The word "achieve" doesn't cause such problems, and is more rarely seen
misspleled (sic). It's more likely a typo in this case.


Brian Rodenborn
Nov 14 '05 #67

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

Similar topics

3
6528
by: smjmitchell | last post by:
Hi, I am writing an application in VB6.0 that will have the option to select the language. For instance when Spanish is selected all the text on the program interface will display in Spanish. This is easy to do for the majority of the text on a form. I just put the following code in Form_Load: If language = “English” then
22
3394
by: Vincent | last post by:
I would like to develop a site that should be available in several languages, say English, French and German. My question is: how can I suggest browsers of visitors to display the correct language depending on their preferences ? Let me explain this more clearly: in many browsers, you are given the possibility to choose your preferred language: fr, en, de, etc. Typically, in Mozilla, this option is detailed as follows: "Web pages are...
18
5464
by: OrenFlekser | last post by:
Hi I've posted this message couple of days ago, but I can't find it now, so sorry if you see it twice... Anyways - I have a text box, and I want my users to be able to write only in english inside it. I want to prevent the Alt+Shift option of switching to other languages. Thanks alot - Oren
21
2274
by: Bigorre.Edouardd | last post by:
bonjour, j'ai une erreur de compilage qui me revient souvent qui est : "undefined reference ", il s'agit d'un probleme de librairie. Je voulais savoir comment on faisait pour incorporer des librairies avec la commande gcc ? par avance merci
0
2068
by: Christopher Attard | last post by:
Hi, I need to create a dialog like the 'Add Counters' dialog box in perfmon. I'm using the System.Diagnostics namespace class in .NET and I've managed to do it. The problem arises when I'm using such dialog box on a non-English Windows OS (I'm currently testing on Spanish WinXP Professional). I'm noticing that on non-English Windows OS there are some categories whose
14
2984
by: Gidi | last post by:
Hi, For the last week, i'm looking for a way to make a TextBox always write in English (No matter what the OS default language is). i asked here few times but the answers i got didn't help me. i search in google and found a way with changing the CultureInfo but still didn't work on a TextBox. i'm sure there's a way to do that, but i don't know what's the way. I'm desperate, if some one knows the answer, i will be very thankful to know...
91
7810
by: jerger | last post by:
I want to help teach to a minority group in Milwaukee, so I want to create a dictionary program that translates a sentence (like a homework problem or teacher instructions), from English into Hmong. I have one Idea, and that is to have an English text file of all the A-words, then a Hmong text file of the proper translations. Each text file would have the same amount of lines, with one english word per line, then translated to hmong. Would it...
12
2744
by: Steve Howell | last post by:
The never-ending debate about PEP 3131 got me thinking about natural languages with respect to Python, and I have a bunch of mostly simple observations (some factual, some anecdotal). I present these mostly as food for thought, but I do make my own continent-by-continent recommendations at the bottom of the email. (My own linguistic biases are also disclosed at the bottom of the email.) Nationality of various technologists who use...
6
2090
by: Ole Nielsby | last post by:
Does C++ have a method of retrieving this? When launching my app, I want to select the appropriate language for ts GUI, based on the user's language setting. The frameworks wxWidgets and OpenOffice UNO have this functionality but the wxWidgets code is a mess of platform specific #ifdef sections. I wonder i there is a standard compliant way.
0
10325
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10148
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10091
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8972
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7499
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6740
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5381
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4053
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.