Click here to Skip to main content
15,892,072 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Passing CLR array to native function Pin
led mike25-Sep-06 4:42
led mike25-Sep-06 4:42 
GeneralRe: Passing CLR array to native function Pin
flackjack25-Sep-06 14:37
flackjack25-Sep-06 14:37 
GeneralRe: Passing CLR array to native function Pin
flackjack27-Sep-06 13:47
flackjack27-Sep-06 13:47 
QuestionCrash when a modal dialog is opened !! Pin
hatemtaleb25-Sep-06 3:19
hatemtaleb25-Sep-06 3:19 
QuestionRe: Crash when a modal dialog is opened !! Pin
prasad_som25-Sep-06 3:51
prasad_som25-Sep-06 3:51 
AnswerRe: Crash when a modal dialog is opened !! Pin
Hamid_RT25-Sep-06 4:22
Hamid_RT25-Sep-06 4:22 
Questionsmart pointers Pin
shadrach_india25-Sep-06 3:07
shadrach_india25-Sep-06 3:07 
AnswerRe: smart pointers Pin
Zac Howland25-Sep-06 3:13
Zac Howland25-Sep-06 3:13 
They are classes that wrap a pointer and delete it when the object goes out of scope. Typically, you pass in the pointer in the constructor of a smart pointer, and the destructor will delete it. There are also some smart pointers that do reference counting and will only delete the pointer once the count has reached 0.

If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac

AnswerRe: smart pointers Pin
Hamid_RT26-Sep-06 6:57
Hamid_RT26-Sep-06 6:57 
QuestionAdditional debugging tools for Visual C++ 6 Pin
KellyLynch25-Sep-06 2:01
KellyLynch25-Sep-06 2:01 
AnswerRe: Additional debugging tools for Visual C++ 6 Pin
Zac Howland25-Sep-06 3:15
Zac Howland25-Sep-06 3:15 
GeneralRe: Additional debugging tools for Visual C++ 6 Pin
KellyLynch25-Sep-06 5:15
KellyLynch25-Sep-06 5:15 
GeneralRe: Additional debugging tools for Visual C++ 6 Pin
Zac Howland25-Sep-06 5:38
Zac Howland25-Sep-06 5:38 
Questionhow can i Remove leading spaces and trailing spaces from my database ? Pin
Bravoone_200625-Sep-06 1:49
Bravoone_200625-Sep-06 1:49 
AnswerRe: how can i Remove leading spaces and trailing spaces from my database ? Pin
_AnsHUMAN_ 25-Sep-06 1:59
_AnsHUMAN_ 25-Sep-06 1:59 
AnswerRe: how can i Remove leading spaces and trailing spaces from my database ? Pin
Viorel.25-Sep-06 2:06
Viorel.25-Sep-06 2:06 
Question64-Bit Arithmetics on 32-Bit system Pin
Mr.Brainley25-Sep-06 0:42
Mr.Brainley25-Sep-06 0:42 
AnswerRe: 64-Bit Arithmetics on 32-Bit system - Figured it out Pin
Mr.Brainley25-Sep-06 0:56
Mr.Brainley25-Sep-06 0:56 
QuestionInterface creation problem Pin
Sakthiu25-Sep-06 0:18
Sakthiu25-Sep-06 0:18 
AnswerRe: Interface creation problem Pin
prasad_som25-Sep-06 0:48
prasad_som25-Sep-06 0:48 
QuestionPROBLEM WITH MULTIMEDIA KEYS on keybord hooking plzzzz help Pin
joe.cet24-Sep-06 23:51
joe.cet24-Sep-06 23:51 
QuestionGoogle API's Pin
_AnsHUMAN_ 24-Sep-06 22:51
_AnsHUMAN_ 24-Sep-06 22:51 
AnswerRe: Google API's Pin
Christian Graus24-Sep-06 23:34
protectorChristian Graus24-Sep-06 23:34 
GeneralRe: Google API's Pin
Eytukan24-Sep-06 23:37
Eytukan24-Sep-06 23:37 
GeneralRe: Google API's Pin
_AnsHUMAN_ 24-Sep-06 23:42
_AnsHUMAN_ 24-Sep-06 23:42 

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.