Click here to Skip to main content
15,867,686 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to add items to CListCtrl faster? Pin
User 74293384-Feb-11 11:56
professionalUser 74293384-Feb-11 11:56 
AnswerRe: How to add items to CListCtrl faster? Pin
Andrew Brock4-Feb-11 15:09
Andrew Brock4-Feb-11 15:09 
QuestionHow to Run a thread after the process exit Pin
pandit844-Feb-11 2:10
pandit844-Feb-11 2:10 
AnswerRe: How to Run a thread after the process exit Pin
Rajesh R Subramanian4-Feb-11 2:57
professionalRajesh R Subramanian4-Feb-11 2:57 
GeneralRe: How to Run a thread after the process exit Pin
Stephen Hewitt4-Feb-11 3:21
Stephen Hewitt4-Feb-11 3:21 
GeneralRe: How to Run a thread after the process exit Pin
Hans Dietrich4-Feb-11 3:47
mentorHans Dietrich4-Feb-11 3:47 
GeneralRe: How to Run a thread after the process exit Pin
Yusuf4-Feb-11 5:41
Yusuf4-Feb-11 5:41 
AnswerRe: How to Run a thread after the process exit Pin
Stephen Hewitt4-Feb-11 3:23
Stephen Hewitt4-Feb-11 3:23 
Threads can not be detatched from the containing process. A process provides the context the threads runs in (such as the address space) and it doesn't really even make sense to consider a thread without one.
Steve

AnswerRe: How to Run a thread after the process exit Pin
«_Superman_»4-Feb-11 4:29
professional«_Superman_»4-Feb-11 4:29 
QuestionUpper Bound and Lower Bound of an array [SOLVED] Pin
goldenrose94-Feb-11 0:08
goldenrose94-Feb-11 0:08 
AnswerRe: Upper Bound and Lower Bound of an array Pin
Cool_Dev4-Feb-11 0:34
Cool_Dev4-Feb-11 0:34 
GeneralRe: Upper Bound and Lower Bound of an array Pin
Richard MacCutchan4-Feb-11 0:59
mveRichard MacCutchan4-Feb-11 0:59 
GeneralRe: Upper Bound and Lower Bound of an array Pin
Cool_Dev4-Feb-11 1:18
Cool_Dev4-Feb-11 1:18 
GeneralRe: Upper Bound and Lower Bound of an array Pin
Richard MacCutchan4-Feb-11 1:28
mveRichard MacCutchan4-Feb-11 1:28 
GeneralRe: Upper Bound and Lower Bound of an array Pin
goldenrose94-Feb-11 1:52
goldenrose94-Feb-11 1:52 
GeneralRe: Upper Bound and Lower Bound of an array Pin
Cool_Dev4-Feb-11 1:56
Cool_Dev4-Feb-11 1:56 
GeneralRe: Upper Bound and Lower Bound of an array Pin
goldenrose94-Feb-11 2:35
goldenrose94-Feb-11 2:35 
GeneralRe: Upper Bound and Lower Bound of an array Pin
Stefan_Lang4-Feb-11 2:31
Stefan_Lang4-Feb-11 2:31 
GeneralRe: Upper Bound and Lower Bound of an array Pin
Niklas L4-Feb-11 8:05
Niklas L4-Feb-11 8:05 
GeneralRe: Upper Bound and Lower Bound of an array Pin
David Crow5-Feb-11 5:09
David Crow5-Feb-11 5:09 
AnswerRe: Upper Bound and Lower Bound of an array Pin
Andrew Brock4-Feb-11 1:52
Andrew Brock4-Feb-11 1:52 
GeneralRe: Upper Bound and Lower Bound of an array Pin
Niklas L4-Feb-11 2:19
Niklas L4-Feb-11 2:19 
AnswerRe: Upper Bound and Lower Bound of an array Pin
Hans Dietrich4-Feb-11 2:01
mentorHans Dietrich4-Feb-11 2:01 
AnswerRe: Upper Bound and Lower Bound of an array [SOLVED] Pin
Pranit Kothari6-Feb-11 7:14
Pranit Kothari6-Feb-11 7:14 
QuestionReleaseBuffer() of CSimpleString is not working. Pin
Amrit Agr3-Feb-11 18:55
Amrit Agr3-Feb-11 18:55 

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.