Click here to Skip to main content
15,868,127 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DLL creation problem Pin
Rozis16-Nov-09 9:40
Rozis16-Nov-09 9:40 
GeneralRe: DLL creation problem Pin
Richard MacCutchan16-Nov-09 21:27
mveRichard MacCutchan16-Nov-09 21:27 
QuestionHow to stop pop-up window save or not when closing childFrame in MDI of MFC Pin
jianzhuhuai16-Nov-09 0:14
jianzhuhuai16-Nov-09 0:14 
AnswerRe: How to stop pop-up window save or not when closing childFrame in MDI of MFC Pin
krmed16-Nov-09 0:25
krmed16-Nov-09 0:25 
GeneralRe: How to stop pop-up window save or not when closing childFrame in MDI of MFC Pin
jianzhuhuai18-Nov-09 2:35
jianzhuhuai18-Nov-09 2:35 
Questionplease help !!generation of uniform random numbers Pin
Archer justice15-Nov-09 23:57
Archer justice15-Nov-09 23:57 
AnswerRe: please help !!generation of uniform random numbers Pin
CPallini16-Nov-09 0:08
mveCPallini16-Nov-09 0:08 
AnswerRe: please help !!generation of uniform random numbers Pin
Ahmed Charfeddine16-Nov-09 0:09
Ahmed Charfeddine16-Nov-09 0:09 
Assuming the bounds are uMax and uMin
double uResult = (uMax-uMin)*( (double) (rand()%100))*0.01 +uMin;


Easy Profiler : Now open source !
http://www.codeproject.com/KB/cpp/easyprofiler.aspx

GeneralRe: please help !!generation of uniform random numbers Pin
Archer justice16-Nov-09 0:33
Archer justice16-Nov-09 0:33 
GeneralRe: please help !!generation of uniform random numbers Pin
CPallini16-Nov-09 0:45
mveCPallini16-Nov-09 0:45 
GeneralRe: please help !!generation of uniform random numbers Pin
Archer justice16-Nov-09 0:54
Archer justice16-Nov-09 0:54 
QuestionRe: please help !!generation of uniform random numbers Pin
CPallini16-Nov-09 1:01
mveCPallini16-Nov-09 1:01 
AnswerRe: please help !!generation of uniform random numbers Pin
Archer justice16-Nov-09 1:06
Archer justice16-Nov-09 1:06 
QuestionHelp: How to autofit CListCtrl's background? Pin
Symfund15-Nov-09 22:49
Symfund15-Nov-09 22:49 
AnswerRe: Help: How to autofit CListCtrl's background? Pin
Ahmed Charfeddine16-Nov-09 0:12
Ahmed Charfeddine16-Nov-09 0:12 
GeneralRe: Help: How to autofit CListCtrl's background? Pin
Symfund16-Nov-09 1:36
Symfund16-Nov-09 1:36 
Questiondde Pin
trioum15-Nov-09 20:01
trioum15-Nov-09 20:01 
AnswerRe: dde Pin
Maxwell Chen15-Nov-09 22:26
Maxwell Chen15-Nov-09 22:26 
GeneralRe: dde Pin
trioum15-Nov-09 23:31
trioum15-Nov-09 23:31 
GeneralRe: dde Pin
Maxwell Chen16-Nov-09 1:13
Maxwell Chen16-Nov-09 1:13 
QuestionMultiple Inheritance problem Pin
Rahul Vaishnav15-Nov-09 19:34
Rahul Vaishnav15-Nov-09 19:34 
AnswerRe: Multiple Inheritance problem Pin
Symfund15-Nov-09 20:11
Symfund15-Nov-09 20:11 
GeneralRe: Multiple Inheritance problem Pin
Rahul Vaishnav15-Nov-09 20:32
Rahul Vaishnav15-Nov-09 20:32 
GeneralRe: Multiple Inheritance problem Pin
CPallini15-Nov-09 20:53
mveCPallini15-Nov-09 20:53 
AnswerRe: Multiple Inheritance problem Pin
Symfund15-Nov-09 22:08
Symfund15-Nov-09 22:08 

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.