Click here to Skip to main content
15,881,172 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: When should printf round a floating number up for display? Pin
jschell28-Dec-12 9:45
jschell28-Dec-12 9:45 
GeneralRe: When should printf round a floating number up for display? Pin
Member 419459328-Dec-12 12:51
Member 419459328-Dec-12 12:51 
Questiongraphics.h multi-threading problem Pin
yudhistira dewanata28-Dec-12 0:22
yudhistira dewanata28-Dec-12 0:22 
AnswerRe: graphics.h multi-threading problem Pin
Richard MacCutchan28-Dec-12 5:49
mveRichard MacCutchan28-Dec-12 5:49 
GeneralRe: graphics.h multi-threading problem Pin
yudhistira dewanata28-Dec-12 16:23
yudhistira dewanata28-Dec-12 16:23 
GeneralRe: graphics.h multi-threading problem Pin
Richard MacCutchan28-Dec-12 23:07
mveRichard MacCutchan28-Dec-12 23:07 
GeneralRe: graphics.h multi-threading problem Pin
yudhistira dewanata30-Dec-12 5:01
yudhistira dewanata30-Dec-12 5:01 
AnswerRe: graphics.h multi-threading problem Pin
Randor 29-Dec-12 8:25
professional Randor 29-Dec-12 8:25 
Hi,

This is very basic computer science problem. Look at your code cafefully.

First read all about context switching[^] and once you completely understand look over your code again.

Now ask yourself what would happen if ThreadA context switches in the middle of drawrect() and ThreadB continues execution of drawrect().

Best Wishes,
-David Delaune
GeneralRe: graphics.h multi-threading problem Pin
Richard MacCutchan29-Dec-12 21:28
mveRichard MacCutchan29-Dec-12 21:28 
GeneralRe: graphics.h multi-threading problem Pin
yudhistira dewanata30-Dec-12 5:30
yudhistira dewanata30-Dec-12 5:30 
GeneralRe: graphics.h multi-threading problem Pin
Randor 31-Dec-12 11:14
professional Randor 31-Dec-12 11:14 
GeneralRe: graphics.h multi-threading problem Pin
yudhistira dewanata31-Dec-12 16:48
yudhistira dewanata31-Dec-12 16:48 
QuestionHow to find the similarity between users in Twitter ? Pin
ldaneil27-Dec-12 7:21
ldaneil27-Dec-12 7:21 
AnswerRe: How to find the similarity between users in Twitter ? Pin
André Kraak27-Dec-12 8:05
André Kraak27-Dec-12 8:05 
QuestionScrollBar is not Displaying Automatically Pin
002comp26-Dec-12 23:01
002comp26-Dec-12 23:01 
AnswerRe: ScrollBar is not Displaying Automatically Pin
April Fans27-Dec-12 14:22
April Fans27-Dec-12 14:22 
GeneralRe: ScrollBar is not Displaying Automatically Pin
Richard MacCutchan27-Dec-12 21:38
mveRichard MacCutchan27-Dec-12 21:38 
Question[SOLVED] Enhanced tool tips for ribbon markup file? Pin
Brandon-X1200026-Dec-12 6:18
Brandon-X1200026-Dec-12 6:18 
AnswerRe: Enhanced tool tips for ribbon markup file? Pin
Richard MacCutchan26-Dec-12 23:34
mveRichard MacCutchan26-Dec-12 23:34 
GeneralRe: Enhanced tool tips for ribbon markup file? Pin
Brandon-X1200027-Dec-12 10:12
Brandon-X1200027-Dec-12 10:12 
GeneralRe: Enhanced tool tips for ribbon markup file? Pin
Richard MacCutchan27-Dec-12 21:33
mveRichard MacCutchan27-Dec-12 21:33 
QuestionCasting structures - another basic question Pin
Vaclav_24-Dec-12 4:38
Vaclav_24-Dec-12 4:38 
AnswerRe: Casting structures - another basic question Pin
Richard MacCutchan24-Dec-12 5:19
mveRichard MacCutchan24-Dec-12 5:19 
GeneralSOLVED Casting structures - another basic question Pin
Vaclav_24-Dec-12 8:04
Vaclav_24-Dec-12 8:04 
GeneralRe: SOLVED Casting structures - another basic question Pin
Erudite_Eric2-Jan-13 7:13
Erudite_Eric2-Jan-13 7:13 

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.