Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: memory leak Pin
Hamid_RT22-Jun-06 19:41
Hamid_RT22-Jun-06 19:41 
AnswerRe: memory leak Pin
Ryan Binns22-Jun-06 1:26
Ryan Binns22-Jun-06 1:26 
QuestionCommunication between threads Pin
HakunaMatada22-Jun-06 0:22
HakunaMatada22-Jun-06 0:22 
AnswerRe: Communication between threads Pin
toxcct22-Jun-06 0:28
toxcct22-Jun-06 0:28 
AnswerRe: Communication between threads Pin
FarPointer22-Jun-06 0:33
FarPointer22-Jun-06 0:33 
AnswerRe: Communication between threads Pin
Ryan Binns22-Jun-06 1:28
Ryan Binns22-Jun-06 1:28 
QuestionWhether a directory exists Pin
Anil_vvs22-Jun-06 0:11
Anil_vvs22-Jun-06 0:11 
AnswerRe: Whether a directory exists Pin
Rob Caldecott22-Jun-06 0:14
Rob Caldecott22-Jun-06 0:14 
if (access("c:\\tmp"), 0) != 0)
{
  // c:\tmp doesn't exist
}

AnswerRe: Whether a directory exists Pin
toxcct22-Jun-06 0:14
toxcct22-Jun-06 0:14 
AnswerRe: Whether a directory exists Pin
Code_Zombie22-Jun-06 1:07
Code_Zombie22-Jun-06 1:07 
AnswerRe: Whether a directory exists Pin
Hamid_RT22-Jun-06 19:55
Hamid_RT22-Jun-06 19:55 
Questionedit box Pin
amit.code21-Jun-06 23:47
amit.code21-Jun-06 23:47 
AnswerRe: edit box Pin
_AnsHUMAN_ 21-Jun-06 23:53
_AnsHUMAN_ 21-Jun-06 23:53 
GeneralRe: edit box Pin
amit.code22-Jun-06 0:15
amit.code22-Jun-06 0:15 
GeneralRe: edit box Pin
_AnsHUMAN_ 22-Jun-06 0:19
_AnsHUMAN_ 22-Jun-06 0:19 
GeneralRe: edit box Pin
amit.code22-Jun-06 0:49
amit.code22-Jun-06 0:49 
GeneralRe: edit box Pin
_AnsHUMAN_ 22-Jun-06 1:05
_AnsHUMAN_ 22-Jun-06 1:05 
AnswerRe: edit box Pin
Hamid_RT21-Jun-06 23:58
Hamid_RT21-Jun-06 23:58 
GeneralRe: edit box Pin
amit.code22-Jun-06 0:14
amit.code22-Jun-06 0:14 
GeneralRe: edit box Pin
Hamid_RT22-Jun-06 0:21
Hamid_RT22-Jun-06 0:21 
GeneralRe: edit box Pin
amit.code22-Jun-06 0:53
amit.code22-Jun-06 0:53 
QuestionRe: edit box Pin
Hamid_RT22-Jun-06 19:19
Hamid_RT22-Jun-06 19:19 
QuestionSMPP Pin
johnalek21-Jun-06 23:38
johnalek21-Jun-06 23:38 
AnswerRe: SMPP Pin
capricious_00122-Jun-06 0:51
capricious_00122-Jun-06 0:51 
GeneralRe: SMPP Pin
johnalek22-Jun-06 1:05
johnalek22-Jun-06 1:05 

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.