Click here to Skip to main content
16,007,504 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: casting stl::vector confusion... Pin
yeti1115-Jan-07 12:09
yeti1115-Jan-07 12:09 
GeneralRe: casting stl::vector confusion... Pin
John R. Shaw19-Jan-07 16:23
John R. Shaw19-Jan-07 16:23 
QuestionA Qestion on thread Pin
sunshine jeffrey14-Jan-07 15:35
sunshine jeffrey14-Jan-07 15:35 
AnswerRe: A Qestion on thread Pin
Stephen Hewitt14-Jan-07 15:43
Stephen Hewitt14-Jan-07 15:43 
GeneralRe: A Qestion on thread [modified] Pin
sunshine jeffrey14-Jan-07 16:29
sunshine jeffrey14-Jan-07 16:29 
GeneralRe: A Qestion on thread Pin
Stephen Hewitt14-Jan-07 16:49
Stephen Hewitt14-Jan-07 16:49 
GeneralRe: A Qestion on thread Pin
sunshine jeffrey14-Jan-07 16:52
sunshine jeffrey14-Jan-07 16:52 
GeneralRe: A Qestion on thread Pin
Stephen Hewitt14-Jan-07 16:56
Stephen Hewitt14-Jan-07 16:56 
Basically, you shouldn't assume much about the scheduling of threads beyond the simple things such as threads with higher priorities will be run in preference to threads with lower priorities and the scheduler will be “fair” amongst threads with the same priorities. If you need finer control you should use synchronization objects such as CRITICAL_SECTIONs and the like.


Steve

AnswerRe: A Qestion on thread Pin
Roger Stoltz14-Jan-07 20:30
Roger Stoltz14-Jan-07 20:30 
AnswerRe: A Qestion on thread Pin
Cristian Amarie14-Jan-07 23:35
Cristian Amarie14-Jan-07 23:35 
AnswerRe: A Qestion on thread Pin
David Crow15-Jan-07 3:44
David Crow15-Jan-07 3:44 
QuestionI don't know How to build Pin
rockfanskid14-Jan-07 15:34
rockfanskid14-Jan-07 15:34 
AnswerRe: I don't know How to build Pin
Nibu babu thomas14-Jan-07 17:42
Nibu babu thomas14-Jan-07 17:42 
QuestionRe: I don't know How to build Pin
David Crow15-Jan-07 3:46
David Crow15-Jan-07 3:46 
QuestionTimer + Network Programming = problem Pin
Sean Cleary14-Jan-07 13:07
Sean Cleary14-Jan-07 13:07 
AnswerRe: Timer + Network Programming = problem [modified] Pin
bob1697214-Jan-07 13:50
bob1697214-Jan-07 13:50 
AnswerRe: Timer + Network Programming = problem Pin
Mark Salsbery14-Jan-07 13:57
Mark Salsbery14-Jan-07 13:57 
GeneralRe: Timer + Network Programming = problem Pin
Sean Cleary15-Jan-07 11:39
Sean Cleary15-Jan-07 11:39 
AnswerRe: Timer + Network Programming = problem Pin
Mark Salsbery14-Jan-07 14:24
Mark Salsbery14-Jan-07 14:24 
QuestionSetWindowPos() basic question Pin
PatrykDabrowski14-Jan-07 7:14
PatrykDabrowski14-Jan-07 7:14 
AnswerRe: SetWindowPos() basic question Pin
PJ Arends14-Jan-07 7:28
professionalPJ Arends14-Jan-07 7:28 
GeneralRe: SetWindowPos() basic question Pin
PatrykDabrowski14-Jan-07 7:44
PatrykDabrowski14-Jan-07 7:44 
AnswerRe: SetWindowPos() basic question Pin
CPallini14-Jan-07 7:43
mveCPallini14-Jan-07 7:43 
GeneralRe: SetWindowPos() basic question Pin
PatrykDabrowski14-Jan-07 8:04
PatrykDabrowski14-Jan-07 8:04 
GeneralRe: SetWindowPos() basic question Pin
CPallini14-Jan-07 8:51
mveCPallini14-Jan-07 8:51 

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.