Click here to Skip to main content
15,890,512 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how can i draw histogram without using class Pin
Moak2-May-07 2:21
Moak2-May-07 2:21 
GeneralRe: how can i draw histogram without using class Pin
ndadashi2-May-07 2:42
ndadashi2-May-07 2:42 
GeneralRe: how can i draw histogram without using class Pin
Cedric Moonen2-May-07 3:14
Cedric Moonen2-May-07 3:14 
GeneralRe: how can i draw histogram without using class Pin
Moak2-May-07 4:40
Moak2-May-07 4:40 
Questionhow thread work in the os ? Pin
amitmistry_petlad 2-May-07 1:23
amitmistry_petlad 2-May-07 1:23 
AnswerRe: how thread work in the os ? Pin
Arman S.2-May-07 2:21
Arman S.2-May-07 2:21 
GeneralRe: how thread work in the os ? Pin
amitmistry_petlad 2-May-07 2:39
amitmistry_petlad 2-May-07 2:39 
GeneralRe: how thread work in the os ? Pin
Arman S.2-May-07 3:03
Arman S.2-May-07 3:03 
Are you doing proper syncronization? I know you do not. Smile | :)
You should prevent multiple accesses to your string data by giving the monopoly to a single thread at a given time period. std classes are not thread safe. This means you should yourself take care of synchronizing their usage.
See here[^] about synchronization issues.

--
=====
Arman

GeneralRe: how thread work in the os ? Pin
amitmistry_petlad 2-May-07 3:14
amitmistry_petlad 2-May-07 3:14 
GeneralRe: how thread work in the os ? Pin
Rajesh R Subramanian2-May-07 8:46
professionalRajesh R Subramanian2-May-07 8:46 
GeneralRe: how thread work in the os ? Pin
amitmistry_petlad 2-May-07 19:19
amitmistry_petlad 2-May-07 19:19 
GeneralRe: how thread work in the os ? Pin
Arman S.2-May-07 19:56
Arman S.2-May-07 19:56 
GeneralRe: how thread work in the os ? Pin
amitmistry_petlad 2-May-07 20:03
amitmistry_petlad 2-May-07 20:03 
GeneralRe: how thread work in the os ? Pin
Arman S.2-May-07 20:50
Arman S.2-May-07 20:50 
GeneralRe: how thread work in the os ? Pin
amitmistry_petlad 2-May-07 22:38
amitmistry_petlad 2-May-07 22:38 
GeneralRe: how thread work in the os ? Pin
Arman S.2-May-07 23:39
Arman S.2-May-07 23:39 
GeneralRe: how thread work in the os ? Pin
amitmistry_petlad 3-May-07 0:25
amitmistry_petlad 3-May-07 0:25 
GeneralRe: how thread work in the os ? Pin
amitmistry_petlad 3-May-07 17:55
amitmistry_petlad 3-May-07 17:55 
GeneralRe: how thread work in the os ? Pin
amitmistry_petlad 3-May-07 0:00
amitmistry_petlad 3-May-07 0:00 
Questionphysical font name? Pin
murali_utr2-May-07 1:14
murali_utr2-May-07 1:14 
AnswerRe: physical font name? Pin
Hamid_RT2-May-07 1:36
Hamid_RT2-May-07 1:36 
GeneralRe: physical font name? Pin
Hamid_RT2-May-07 1:51
Hamid_RT2-May-07 1:51 
GeneralRe: physical font name? Pin
murali_utr2-May-07 19:04
murali_utr2-May-07 19:04 
QuestionRe: physical font name? Pin
David Crow2-May-07 2:23
David Crow2-May-07 2:23 
AnswerRe: physical font name? Pin
murali_utr2-May-07 3:38
murali_utr2-May-07 3:38 

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.