Click here to Skip to main content
15,923,083 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Calculate p-value of chisquare test in C Pin
enthusiastic4778-Oct-09 6:47
enthusiastic4778-Oct-09 6:47 
QuestionRe: Calculate p-value of chisquare test in C Pin
CPallini8-Oct-09 10:25
mveCPallini8-Oct-09 10:25 
AnswerRe: Calculate p-value of chisquare test in C Pin
enthusiastic4779-Oct-09 2:24
enthusiastic4779-Oct-09 2:24 
GeneralRe: Calculate p-value of chisquare test in C Pin
CPallini9-Oct-09 12:25
mveCPallini9-Oct-09 12:25 
QuestionHow to change color of menu bar of dialog? Pin
includeh107-Oct-09 10:50
includeh107-Oct-09 10:50 
AnswerRe: How to change color of menu bar of dialog? Pin
«_Superman_»7-Oct-09 13:46
professional«_Superman_»7-Oct-09 13:46 
QuestionUsing FormatMessage function Pin
dipuks7-Oct-09 8:57
dipuks7-Oct-09 8:57 
AnswerRe: Using FormatMessage function Pin
Nemanja Trifunovic7-Oct-09 9:11
Nemanja Trifunovic7-Oct-09 9:11 
If you don't set dwFlags to include FORMAT_MESSAGE_ALLOCATE_BUFFER you can allocate the buffer yourself on the stack and not call LocalFree() to release it.

On another hand, how do you know the message will fit into 512 bytes?


GeneralRe: Using FormatMessage function Pin
wangningyu7-Oct-09 17:31
wangningyu7-Oct-09 17:31 
QuestionProducer consumer problem Pin
sandeep80147-Oct-09 8:31
sandeep80147-Oct-09 8:31 
AnswerRe: Producer consumer problem Pin
Maximilien7-Oct-09 9:28
Maximilien7-Oct-09 9:28 
AnswerRe: Producer consumer problem Pin
CPallini7-Oct-09 10:11
mveCPallini7-Oct-09 10:11 
AnswerRe: Producer consumer problem Pin
Rajesh R Subramanian8-Oct-09 6:40
professionalRajesh R Subramanian8-Oct-09 6:40 
Questionprogramming using named pipes Pin
sandeep80147-Oct-09 8:29
sandeep80147-Oct-09 8:29 
AnswerRe: programming using named pipes Pin
CPallini7-Oct-09 10:05
mveCPallini7-Oct-09 10:05 
QuestionColumns with checkboxes Pin
burslem20017-Oct-09 4:45
burslem20017-Oct-09 4:45 
AnswerRe: Columns with checkboxes Pin
CPallini7-Oct-09 6:29
mveCPallini7-Oct-09 6:29 
GeneralRe: Columns with checkboxes Pin
burslem20017-Oct-09 7:34
burslem20017-Oct-09 7:34 
AnswerRe: Columns with checkboxes Pin
David Crow7-Oct-09 11:00
David Crow7-Oct-09 11:00 
AnswerRe: Columns with checkboxes Pin
Rolf Kristensen8-Oct-09 9:04
Rolf Kristensen8-Oct-09 9:04 
QuestionTwo groupbutton with radio buttons on same dialog Pin
johnjitu7-Oct-09 3:59
johnjitu7-Oct-09 3:59 
AnswerRe: Two groupbutton with radio buttons on same dialog Pin
Code-o-mat7-Oct-09 4:06
Code-o-mat7-Oct-09 4:06 
GeneralRe: Two groupbutton with radio buttons on same dialog Pin
johnjitu7-Oct-09 4:36
johnjitu7-Oct-09 4:36 
GeneralRe: Two groupbutton with radio buttons on same dialog Pin
Code-o-mat7-Oct-09 4:55
Code-o-mat7-Oct-09 4:55 
GeneralRe: Two groupbutton with radio buttons on same dialog Pin
johnjitu7-Oct-09 4:55
johnjitu7-Oct-09 4:55 

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.