Click here to Skip to main content
15,911,139 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: UnWanted Error Show Pin
santhoshv842-Oct-08 22:32
santhoshv842-Oct-08 22:32 
GeneralRe: UnWanted Error Show Pin
Michael Schubert2-Oct-08 23:01
Michael Schubert2-Oct-08 23:01 
GeneralRe: UnWanted Error Show Pin
Hamid_RT2-Oct-08 23:28
Hamid_RT2-Oct-08 23:28 
AnswerRe: UnWanted Error Show Pin
Michael Schubert2-Oct-08 23:10
Michael Schubert2-Oct-08 23:10 
AnswerRe: UnWanted Error Show [modified] Pin
Rajesh R Subramanian2-Oct-08 23:30
professionalRajesh R Subramanian2-Oct-08 23:30 
GeneralRe: UnWanted Error Show Pin
SandipG 3-Oct-08 0:33
SandipG 3-Oct-08 0:33 
GeneralRe: UnWanted Error Show Pin
Rajesh R Subramanian3-Oct-08 0:43
professionalRajesh R Subramanian3-Oct-08 0:43 
QuestionThread synchronization Pin
singh_nav2-Oct-08 19:05
singh_nav2-Oct-08 19:05 
Hi all,

I am having a list(queue)of tasks. My two threads are using the same list.

First thread is to insert the task into it. (appending the list)
Second thread is to process on each task . ( reading the list)

My aim is to give the maximum availability to Thread one without hanging thread two.

How to synchronize both thread so that, second thread should not wait for long and First thread keep inserting the item into list.

Thanks in advance
AnswerRe: Thread synchronization Pin
ThatsAlok2-Oct-08 19:36
ThatsAlok2-Oct-08 19:36 
NewsRe: Thread synchronization Pin
Roger Stoltz2-Oct-08 22:14
Roger Stoltz2-Oct-08 22:14 
GeneralRe: Thread synchronization Pin
Cedric Moonen3-Oct-08 1:18
Cedric Moonen3-Oct-08 1:18 
GeneralRe: Thread synchronization Pin
Roger Stoltz3-Oct-08 1:28
Roger Stoltz3-Oct-08 1:28 
QuestionIf I build a Win32 Application in vs 2005 or 2008 it has no dependencies correct? Pin
Greg Ellis2-Oct-08 15:11
Greg Ellis2-Oct-08 15:11 
AnswerRe: If I build a Win32 Application in vs 2005 or 2008 it has no dependencies correct? Pin
Saurabh.Garg2-Oct-08 15:52
Saurabh.Garg2-Oct-08 15:52 
GeneralRe: If I build a Win32 Application in vs 2005 or 2008 it has no dependencies correct? Pin
Greg Ellis2-Oct-08 17:48
Greg Ellis2-Oct-08 17:48 
GeneralRe: If I build a Win32 Application in vs 2005 or 2008 it has no dependencies correct? Pin
Saurabh.Garg2-Oct-08 18:32
Saurabh.Garg2-Oct-08 18:32 
GeneralRe: If I build a Win32 Application in vs 2005 or 2008 it has no dependencies correct? Pin
CPallini2-Oct-08 21:21
mveCPallini2-Oct-08 21:21 
GeneralRe: If I build a Win32 Application in vs 2005 or 2008 it has no dependencies correct? Pin
Saurabh.Garg2-Oct-08 21:34
Saurabh.Garg2-Oct-08 21:34 
GeneralRe: If I build a Win32 Application in vs 2005 or 2008 it has no dependencies correct? Pin
CPallini2-Oct-08 21:41
mveCPallini2-Oct-08 21:41 
GeneralRe: If I build a Win32 Application in vs 2005 or 2008 it has no dependencies correct? Pin
Saurabh.Garg2-Oct-08 22:44
Saurabh.Garg2-Oct-08 22:44 
QuestionHow to insert a toolbar into a ordinary dialog box? Pin
Joseph Marzbani2-Oct-08 12:14
Joseph Marzbani2-Oct-08 12:14 
AnswerRe: How to insert a toolbar into a ordinary dialog box? Pin
_AnsHUMAN_ 2-Oct-08 19:25
_AnsHUMAN_ 2-Oct-08 19:25 
GeneralRe: How to insert a toolbar into a ordinary dialog box? Pin
Joseph Marzbani2-Oct-08 23:21
Joseph Marzbani2-Oct-08 23:21 
AnswerRe: How to insert a toolbar into a ordinary dialog box? Pin
Hamid_RT2-Oct-08 19:44
Hamid_RT2-Oct-08 19:44 
GeneralRe: How to insert a toolbar into a ordinary dialog box? Pin
Joseph Marzbani2-Oct-08 23:19
Joseph Marzbani2-Oct-08 23:19 

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.