Click here to Skip to main content
15,914,109 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to set an event multiple times in multithreading Pin
Neville Franks2-Apr-02 20:05
Neville Franks2-Apr-02 20:05 
GeneralRe: How to set an event multiple times in multithreading Pin
Joaquín M López Muñoz2-Apr-02 20:28
Joaquín M López Muñoz2-Apr-02 20:28 
QuestionSTL::map, how to prevent use of temporary object? Pin
vmaltsev2-Apr-02 1:10
vmaltsev2-Apr-02 1:10 
AnswerRe: STL::map, how to prevent use of temporary object? Pin
Giles2-Apr-02 1:16
Giles2-Apr-02 1:16 
AnswerRe: STL::map, how to prevent use of temporary object? Pin
Joaquín M López Muñoz2-Apr-02 2:15
Joaquín M López Muñoz2-Apr-02 2:15 
AnswerRe: STL::map, how to prevent use of temporary object? Pin
Christian Graus2-Apr-02 9:35
protectorChristian Graus2-Apr-02 9:35 
GeneralRe: STL::map, how to prevent use of temporary object? Pin
vmaltsev2-Apr-02 23:03
vmaltsev2-Apr-02 23:03 
GeneralRe: STL::map, how to prevent use of temporary object? Pin
Joaquín M López Muñoz3-Apr-02 7:35
Joaquín M López Muñoz3-Apr-02 7:35 
think there is only one way to do it and it is creation of my own container.

I'd think twice before going into writing your home made container. Why not have containers of smart pointers to containers? Check Boost shared_ptr class template, which automagically gives you ref-counted access to dynamically allocated objects. The hassle of inserting this into your current code should be minimal.

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralConverts TCHAR to Managed String Pin
Ignacio Varas2-Apr-02 0:03
Ignacio Varas2-Apr-02 0:03 
GeneralRe: Converts TCHAR to Managed String Pin
2-Apr-02 2:31
suss2-Apr-02 2:31 
GeneralRe: Converts TCHAR to Managed String Pin
Le centriste2-Apr-02 6:44
Le centriste2-Apr-02 6:44 
GeneralRe: Converts TCHAR to Managed String Pin
Tim Smith2-Apr-02 7:28
Tim Smith2-Apr-02 7:28 
Questionhow to Maximize control ? Pin
2-Apr-02 0:01
suss2-Apr-02 0:01 
AnswerRe: how to Maximize control ? Pin
2-Apr-02 1:06
suss2-Apr-02 1:06 
QuestionHow can I retrieve the documents icon? Pin
AmarB2-Apr-02 0:02
AmarB2-Apr-02 0:02 
AnswerRe: How can I retrieve the documents icon? Pin
Mukkie2-Apr-02 5:25
Mukkie2-Apr-02 5:25 
GeneralToolbar in ActiveX control Pin
Tzoockee1-Apr-02 23:44
Tzoockee1-Apr-02 23:44 
GeneralRe: Toolbar in ActiveX control Pin
KaЯl2-Apr-02 4:44
KaЯl2-Apr-02 4:44 
GeneralMessage Removed Pin
1-Apr-02 22:42
suss1-Apr-02 22:42 
GeneralRe: Strings and strange characters Pin
Joaquín M López Muñoz1-Apr-02 22:44
Joaquín M López Muñoz1-Apr-02 22:44 
GeneralRe: Strings and strange characters Pin
1-Apr-02 23:51
suss1-Apr-02 23:51 
GeneralRe: Strings and strange characters Pin
Michael Dunn2-Apr-02 4:46
sitebuilderMichael Dunn2-Apr-02 4:46 
GeneralStrings and strange characters Pin
1-Apr-02 22:37
suss1-Apr-02 22:37 
GeneralOups sorry, bad post !! Pin
1-Apr-02 22:47
suss1-Apr-02 22:47 
GeneralHey-now to all registry Gurus! Pin
BlackSmith1-Apr-02 22:29
BlackSmith1-Apr-02 22:29 

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.