Click here to Skip to main content
15,910,661 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: sending messages Pin
CPallini19-Mar-12 23:39
mveCPallini19-Mar-12 23:39 
GeneralRe: sending messages Pin
Albert Holguin20-Mar-12 5:02
professionalAlbert Holguin20-Mar-12 5:02 
GeneralRe: sending messages Pin
sarfaraznawaz20-Mar-12 18:57
sarfaraznawaz20-Mar-12 18:57 
AnswerRe: sending messages Pin
Albert Holguin20-Mar-12 5:04
professionalAlbert Holguin20-Mar-12 5:04 
Questioncode pow(a,b) function in Visual studio 2010 professional Pin
mrby12319-Mar-12 19:06
mrby12319-Mar-12 19:06 
AnswerRe: code pow(a,b) function in Visual studio 2010 professional Pin
Jochen Arndt19-Mar-12 22:08
professionalJochen Arndt19-Mar-12 22:08 
GeneralRe: code pow(a,b) function in Visual studio 2010 professional Pin
mrby12320-Mar-12 10:03
mrby12320-Mar-12 10:03 
GeneralRe: code pow(a,b) function in Visual studio 2010 professional Pin
Jochen Arndt20-Mar-12 21:59
professionalJochen Arndt20-Mar-12 21:59 
Changing all float to double in a program would not increase the size too much. Only the size of static and initialized floating point values is doubled. During runtime, the size of dynamically allocated values (arrays) is doubled.

You may use float if you are sure that the precision is sufficient. This depends on the operations performed and the required accuracy.

I added the note to better use double because you are using the pow() function. If you add the return value to other values like in polynomial functions, there may be inexact results when using float.
GeneralRe: code pow(a,b) function in Visual studio 2010 professional Pin
mrby12321-Mar-12 18:46
mrby12321-Mar-12 18:46 
QuestionWhy click and nothing done ? Pin
doanhanam19-Mar-12 18:46
doanhanam19-Mar-12 18:46 
AnswerRe: Why click and nothing done ? Pin
enhzflep19-Mar-12 20:43
enhzflep19-Mar-12 20:43 
GeneralRe: Why click and nothing done ? Pin
doanhanam20-Mar-12 1:33
doanhanam20-Mar-12 1:33 
GeneralRe: Why click and nothing done ? Pin
enhzflep20-Mar-12 1:47
enhzflep20-Mar-12 1:47 
GeneralRe: Why click and nothing done ? Pin
doanhanam20-Mar-12 14:32
doanhanam20-Mar-12 14:32 
Questionwhy the coded game is not show Pin
rucha warade19-Mar-12 4:35
rucha warade19-Mar-12 4:35 
AnswerRe: why the coded game is not show Pin
Richard MacCutchan19-Mar-12 4:40
mveRichard MacCutchan19-Mar-12 4:40 
AnswerRe: why the coded game is not show Pin
Richard Andrew x6419-Mar-12 17:12
professionalRichard Andrew x6419-Mar-12 17:12 
JokeRe: why the coded game is not show Pin
Rajesh R Subramanian19-Mar-12 18:44
professionalRajesh R Subramanian19-Mar-12 18:44 
AnswerRe: why the coded game is not show Pin
CPallini19-Mar-12 23:43
mveCPallini19-Mar-12 23:43 
QuestionCLabelControl problem Pin
manju 319-Mar-12 1:55
manju 319-Mar-12 1:55 
AnswerRe: CLabelControl problem Pin
krmed19-Mar-12 2:27
krmed19-Mar-12 2:27 
Questionhelp me about A* algorithm Pin
Member 874065018-Mar-12 21:18
Member 874065018-Mar-12 21:18 
AnswerRe: help me about A* algorithm Pin
«_Superman_»18-Mar-12 21:48
professional«_Superman_»18-Mar-12 21:48 
QuestionRead the text file from another PC(server PC) Pin
D.Manivelan18-Mar-12 20:44
D.Manivelan18-Mar-12 20:44 
AnswerRe: Read the text file from another PC(server PC) Pin
Richard MacCutchan18-Mar-12 22:40
mveRichard MacCutchan18-Mar-12 22:40 

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.