Click here to Skip to main content
15,900,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSTL hashmap crashing Pin
Subrat Patnaik24-Jul-09 0:09
Subrat Patnaik24-Jul-09 0:09 
AnswerRe: STL hashmap crashing Pin
Roger Allen24-Jul-09 3:15
Roger Allen24-Jul-09 3:15 
QuestionHow to realize SAFEARRAY in C++ Pin
echo_yao24-Jul-09 0:03
echo_yao24-Jul-09 0:03 
AnswerRe: How to realize SAFEARRAY in C++ Pin
«_Superman_»24-Jul-09 4:08
professional«_Superman_»24-Jul-09 4:08 
GeneralRe: How to realize SAFEARRAY in C++ Pin
echo_yao26-Jul-09 16:25
echo_yao26-Jul-09 16:25 
QuestionHow to identify the microphone between several microphones Pin
Guillermo198023-Jul-09 23:52
Guillermo198023-Jul-09 23:52 
AnswerRe: How to identify the microphone between several microphones Pin
Swapnil Shah24-Jul-09 0:20
Swapnil Shah24-Jul-09 0:20 
QuestionCComPtr<iwshruntimelibrary::ifilesystem xmlns:iwshruntimelibrary="#unknown"> works fine in Win2003 and fails in Win2008 Std SP2</iwshruntimelibrary::ifilesystem> Pin
V K 223-Jul-09 23:14
V K 223-Jul-09 23:14 
AnswerRe: CComPtr works fine in Win2003 and fails in Win2008 Std SP2 Pin
Adam Roderick J24-Jul-09 1:33
Adam Roderick J24-Jul-09 1:33 
QuestionHow can make Group Box text bold in Property Sheet? Pin
Le@rner23-Jul-09 22:31
Le@rner23-Jul-09 22:31 
AnswerRe: How can make Group Box text bold in Property Sheet? Pin
«_Superman_»23-Jul-09 22:36
professional«_Superman_»23-Jul-09 22:36 
AnswerRe: How can make Group Box text bold in Property Sheet? Pin
Rajesh R Subramanian23-Jul-09 22:39
professionalRajesh R Subramanian23-Jul-09 22:39 
GeneralRe: How can make Group Box text bold in Property Sheet? Pin
Le@rner23-Jul-09 23:04
Le@rner23-Jul-09 23:04 
GeneralRe: How can make Group Box text bold in Property Sheet? [modified] Pin
Michael Schubert23-Jul-09 23:16
Michael Schubert23-Jul-09 23:16 
GeneralRe: How can make Group Box text bold in Property Sheet? Pin
Le@rner23-Jul-09 23:47
Le@rner23-Jul-09 23:47 
GeneralRe: How can make Group Box text bold in Property Sheet? Pin
Michael Schubert24-Jul-09 0:27
Michael Schubert24-Jul-09 0:27 
GeneralRe: How can make Group Box text bold in Property Sheet? Pin
Rajesh R Subramanian24-Jul-09 0:49
professionalRajesh R Subramanian24-Jul-09 0:49 
GeneralRe: How can make Group Box text bold in Property Sheet? Pin
Michael Schubert24-Jul-09 1:01
Michael Schubert24-Jul-09 1:01 
QuestionProblem about WUA Api Pin
hanq_3891013023-Jul-09 21:57
hanq_3891013023-Jul-09 21:57 
QuestionHow to know if a particular logical drive is in use by explorer or any other process of windows? Pin
Kushagra Tiwari23-Jul-09 21:13
Kushagra Tiwari23-Jul-09 21:13 
AnswerRe: How to know if a particular logical drive is in use by explorer or any other process of windows? Pin
Adam Roderick J23-Jul-09 22:30
Adam Roderick J23-Jul-09 22:30 
QuestionRe: How to know if a particular logical drive is in use by explorer or any other process of windows? Pin
Kushagra Tiwari23-Jul-09 23:01
Kushagra Tiwari23-Jul-09 23:01 
QuestionRe: How to know if a particular logical drive is in use by explorer or any other process of windows? Pin
Kushagra Tiwari26-Jul-09 21:47
Kushagra Tiwari26-Jul-09 21:47 
QuestionPointer mess Pin
Elsie23-Jul-09 20:49
Elsie23-Jul-09 20:49 
AnswerRe: Pointer mess Pin
KarstenK23-Jul-09 21:12
mveKarstenK23-Jul-09 21:12 
there are some memory check functions as _CrtIsValidPointer()

It is strongly recommanded to avoid this situation. use pointers to data, only for copying the data, if you need it later. -> make your own object   Blush | :O

Press F1 for help or google it.
Greetings from Germany

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.