vote up 2 vote down star

RAII (=resource acquisition is initialization) is used heavily in C++. I'm not a native speaker. So, how do you pronounce it?

flag

60% accept rate

5 Answers

vote up 8 vote down check

FWIW I always say the letters R-A-I-I (arr eh eye eye).

Also, FWIW I've always hated that term - as Unfrozen Caveman Lawyer would say, it "frightens and confuses me".

The important thing is that the resource gets released when the object is destroyed. But that doesn't lead to any better acronym.

link|flag
vote up 8 vote down

I'm not a native speaker. So, how do you pronounce it?

You mean there are native C++ speakers!?

link|flag
This gave me a huge laugh. I hesitated to vote it up, because I worry that Andre would think I am laughing at him, which I am certainly not doing. I hope Andre will see that native speakers of English don't necessarily have any "automatic" grasp of how to say an "English" acronym, either. +1 :) – que que Oct 23 '08 at 15:39
vote up 1 vote down

I have always wondered the same thing !!!

So two people suggests "the letters R-A-I-I (arr eh eye eye)"

One "IEEE like" (AR AY DUBLE I)

I will come back in a day or two and check out the "votes" :)

Thanks /Jonas

link|flag
vote up 1 vote down

AR AY DUBL I

link|flag
vote up 2 vote down

I generally pronounce it like I'm spelling it aloud.. R-A-I-I.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.