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

C / C++ / MFC

 
GeneralRe: int in CListBox Pin
prithaa5-Jul-09 4:51
prithaa5-Jul-09 4:51 
GeneralRe: int in CListBox Pin
Sarath C5-Jul-09 5:16
Sarath C5-Jul-09 5:16 
GeneralRe: int in CListBox Pin
prithaa5-Jul-09 5:53
prithaa5-Jul-09 5:53 
QuestionDialog Box won't Resize Larger Pin
Tom Hubin4-Jul-09 22:21
Tom Hubin4-Jul-09 22:21 
AnswerRe: Dialog Box won't Resize Larger Pin
PJ Arends5-Jul-09 6:52
professionalPJ Arends5-Jul-09 6:52 
QuestionMemory Issues in developing 64 bit Driver in “Windows 64 bit standard edition” ? Pin
ta_isr4-Jul-09 22:01
ta_isr4-Jul-09 22:01 
QuestionRace Condition Pin
SNI4-Jul-09 20:53
SNI4-Jul-09 20:53 
AnswerRe: Race Condition Pin
killabyte5-Jul-09 1:57
killabyte5-Jul-09 1:57 
<br />
CAR raceCar = new CAR();<br />
CAR raceCar2 = new CAR();<br />
<br />
raceCar.WaitForStartFlag();<br />
raceCar2.WaitForStartFlag();<br />
<br />
while(RACING)<br />
{<br />
raceCar.RACE_!!!_();<br />
raceCar2.RACE_!!!_();<br />
}<br />
<br />


this is my old race condition codez sample Shucks | :-\
AnswerRe: Race Condition Pin
David Crow5-Jul-09 11:53
David Crow5-Jul-09 11:53 
AnswerRe: Race Condition Pin
Alexander M.,6-Jul-09 13:52
Alexander M.,6-Jul-09 13:52 
QuestionPlease help me please Pin
aashu44-Jul-09 20:51
aashu44-Jul-09 20:51 
AnswerRe: Please help me please Pin
molesworth4-Jul-09 22:28
molesworth4-Jul-09 22:28 
GeneralRe: Please help me please Pin
aashu45-Jul-09 4:26
aashu45-Jul-09 4:26 
GeneralRe: Please help me please Pin
Still learning how to code5-Jul-09 5:02
Still learning how to code5-Jul-09 5:02 
GeneralRe: Please help me please Pin
molesworth5-Jul-09 12:39
molesworth5-Jul-09 12:39 
GeneralRe: Please help me please Pin
aashu45-Jul-09 23:58
aashu45-Jul-09 23:58 
GeneralRe: Please help me please Pin
aashu46-Jul-09 0:04
aashu46-Jul-09 0:04 
GeneralRe: Please help me please Pin
molesworth6-Jul-09 1:11
molesworth6-Jul-09 1:11 
Questionbitmap from resource DLL Pin
kiranin4-Jul-09 20:41
kiranin4-Jul-09 20:41 
Questionhow to set mail time Pin
santhosh-padamatinti4-Jul-09 20:28
santhosh-padamatinti4-Jul-09 20:28 
Questionsetting attachment for a message Pin
Pardhu_M4-Jul-09 20:28
Pardhu_M4-Jul-09 20:28 
AnswerRe: setting attachment for a message Pin
Stuart Dootson5-Jul-09 0:25
professionalStuart Dootson5-Jul-09 0:25 
Questionloadbalancing in p2p network Pin
nimmi priya4-Jul-09 19:58
nimmi priya4-Jul-09 19:58 
AnswerRe: loadbalancing in p2p network Pin
Michael Schubert5-Jul-09 3:29
Michael Schubert5-Jul-09 3:29 
Questionstabilization test of API generated exe programme Pin
adeshayee4-Jul-09 18:25
adeshayee4-Jul-09 18:25 

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.