Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

6 Answers

up vote 12 down vote accepted

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.

share|improve this answer
3  
Wait, how do you pronounce FWIW? – todofixthis Dec 17 '11 at 21:07
Wait, are you Scottish or Canadian? – SirYakalot Jun 2 '12 at 9:10

Hmmm -- I'd say if you consider yourself more of an engineer, go with "I Triple E" like. On the other hand, if you think of yourself more as a pirate, how could you not LOVE:

ARRRRR a AYE AYE!

share|improve this answer

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

share|improve this answer

I avoid pronouncing it. If I do, I say "Resource Allocation Is Initialization".

share|improve this answer

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)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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