Click here to Skip to main content
15,901,373 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem in getting the handle of edit box of a combobox Pin
Hamid_RT2-Jan-08 2:23
Hamid_RT2-Jan-08 2:23 
GeneralRe: Problem in getting the handle of edit box of a combobox Pin
ashtwin2-Jan-08 2:29
ashtwin2-Jan-08 2:29 
GeneralVARIANT and LPDISPATCH Pin
William Engberts2-Jan-08 0:04
William Engberts2-Jan-08 0:04 
GeneralRe: VARIANT and LPDISPATCH Pin
led mike2-Jan-08 4:34
led mike2-Jan-08 4:34 
GeneralAbout FFMPEG Pin
manish.patel1-Jan-08 22:46
manish.patel1-Jan-08 22:46 
Generalunmanaged resource Pin
George_George1-Jan-08 21:12
George_George1-Jan-08 21:12 
GeneralRe: unmanaged resource Pin
Florin Crişan2-Jan-08 0:11
Florin Crişan2-Jan-08 0:11 
GeneralRe: unmanaged resource [modified] Pin
led mike2-Jan-08 4:52
led mike2-Jan-08 4:52 
George_George wrote:
(thereby avoiding unmanaged resources entirely)


That is an unfortunate use of the word "unmanaged". RAII is about managing resources. This is the first person I have ever seen use the word "unmanaged" in reference to "managing resources".

The author seems to be using "unmanaged" to reference code that does not implement RAII. It seems to me that the usage is incorrect because you are always managing a resource even if you do not use an RAII approach. IMHO the word has been used improperly.

[Modification]

Ummm ok. The author is Herb Sutter so I think he can say whatever he likes. "unmanaged" is fine by me. Shucks | :-\

modified on Wednesday, January 02, 2008 3:07:20 PM

QuestionHow to enable CHtmlView to capture the "Back" and "Forward" message from mouse buttons? Pin
Jason Liu1-Jan-08 19:07
Jason Liu1-Jan-08 19:07 
GeneralSynchronization and volatile Pin
George_George1-Jan-08 19:02
George_George1-Jan-08 19:02 
GeneralRe: Synchronization and volatile Pin
CPallini1-Jan-08 21:03
mveCPallini1-Jan-08 21:03 
GeneralRe: Synchronization and volatile Pin
George_George1-Jan-08 21:19
George_George1-Jan-08 21:19 
GeneralRe: Synchronization and volatile Pin
Florin Crişan2-Jan-08 0:05
Florin Crişan2-Jan-08 0:05 
QuestionHow to use GetTimeZoneInformation Pin
CodingLover1-Jan-08 18:54
CodingLover1-Jan-08 18:54 
AnswerRe: How to use GetTimeZoneInformation Pin
CodingLover1-Jan-08 22:42
CodingLover1-Jan-08 22:42 
GeneralRe: How to use GetTimeZoneInformation Pin
CodingLover2-Jan-08 0:05
CodingLover2-Jan-08 0:05 
QuestionRe: How to use GetTimeZoneInformation Pin
David Crow2-Jan-08 2:52
David Crow2-Jan-08 2:52 
GeneralRe: How to use GetTimeZoneInformation Pin
CodingLover2-Jan-08 18:38
CodingLover2-Jan-08 18:38 
GeneralRe: How to use GetTimeZoneInformation Pin
dan o3-Jan-08 5:59
dan o3-Jan-08 5:59 
GeneralRe: How to use GetTimeZoneInformation Pin
CodingLover3-Jan-08 14:23
CodingLover3-Jan-08 14:23 
GeneralRe: How to use GetTimeZoneInformation Pin
dan o3-Jan-08 21:36
dan o3-Jan-08 21:36 
GeneralRe: How to use GetTimeZoneInformation Pin
CodingLover3-Jan-08 21:47
CodingLover3-Jan-08 21:47 
GeneralRe: How to use GetTimeZoneInformation Pin
dan o3-Jan-08 22:06
dan o3-Jan-08 22:06 
GeneralRe: How to use GetTimeZoneInformation Pin
CodingLover3-Jan-08 22:10
CodingLover3-Jan-08 22:10 
GeneralRe: How to use GetTimeZoneInformation Pin
CodingLover6-Jan-08 19:49
CodingLover6-Jan-08 19:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.