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

C / C++ / MFC

 
AnswerRe: Threads and Pointers Pin
cmk19-Mar-09 13:17
cmk19-Mar-09 13:17 
QuestionEdit control disappears from dialog [modified] Pin
rp_suman19-Mar-09 7:07
rp_suman19-Mar-09 7:07 
AnswerRe: Edit control disappears from dialog Pin
Code-o-mat19-Mar-09 7:27
Code-o-mat19-Mar-09 7:27 
QuestionC4244 conversion from 'double' to 'float' warning Pin
penny black19-Mar-09 6:47
penny black19-Mar-09 6:47 
AnswerRe: C4244 conversion from 'double' to 'float' warning Pin
Eytukan19-Mar-09 6:56
Eytukan19-Mar-09 6:56 
QuestionRe: C4244 conversion from 'double' to 'float' warning Pin
penny black19-Mar-09 7:02
penny black19-Mar-09 7:02 
AnswerRe: C4244 conversion from 'double' to 'float' warning [fixed] Pin
CPallini19-Mar-09 7:21
mveCPallini19-Mar-09 7:21 
GeneralRe: C4244 conversion from 'double' to 'float' warning Pin
Eytukan19-Mar-09 7:29
Eytukan19-Mar-09 7:29 
another way to eat the warning Cool | :cool:

std::istringstream b("100.003133");
float f1;
b >> f1;


He never answers anyone who replies to him. I've taken to calling him a retard, which is not fair to retards everywhere.-Christian Graus

GeneralRe: C4244 conversion from 'double' to 'float' warning Pin
CPallini19-Mar-09 7:38
mveCPallini19-Mar-09 7:38 
GeneralRe: C4244 conversion from 'double' to 'float' warning Pin
penny black19-Mar-09 7:36
penny black19-Mar-09 7:36 
QuestionRe: C4244 conversion from 'double' to 'float' warning Pin
CPallini19-Mar-09 7:41
mveCPallini19-Mar-09 7:41 
AnswerRe: C4244 conversion from 'double' to 'float' warning Pin
penny black19-Mar-09 7:47
penny black19-Mar-09 7:47 
GeneralRe: C4244 conversion from 'double' to 'float' warning Pin
Stuart Dootson19-Mar-09 8:13
professionalStuart Dootson19-Mar-09 8:13 
GeneralRe: C4244 conversion from 'double' to 'float' warning Pin
Eytukan19-Mar-09 8:15
Eytukan19-Mar-09 8:15 
AnswerRe: C4244 conversion from 'double' to 'float' warning Pin
Cedric Moonen19-Mar-09 8:32
Cedric Moonen19-Mar-09 8:32 
GeneralRe: C4244 conversion from 'double' to 'float' warning Pin
CPallini19-Mar-09 8:48
mveCPallini19-Mar-09 8:48 
GeneralRe: C4244 conversion from 'double' to 'float' warning Pin
CPallini19-Mar-09 8:49
mveCPallini19-Mar-09 8:49 
AnswerRe: C4244 conversion from 'double' to 'float' warning Pin
Eytukan19-Mar-09 7:28
Eytukan19-Mar-09 7:28 
GeneralRe: C4244 conversion from 'double' to 'float' warning Pin
penny black19-Mar-09 7:37
penny black19-Mar-09 7:37 
AnswerRe: C4244 conversion from 'double' to 'float' warning Pin
Stuart Dootson19-Mar-09 8:11
professionalStuart Dootson19-Mar-09 8:11 
GeneralRe: C4244 conversion from 'double' to 'float' warning Pin
penny black19-Mar-09 8:55
penny black19-Mar-09 8:55 
QuestionMessage Map Handlers Pin
ForNow19-Mar-09 6:38
ForNow19-Mar-09 6:38 
AnswerRe: Message Map Handlers Pin
led mike19-Mar-09 7:31
led mike19-Mar-09 7:31 
AnswerRe: Message Map Handlers Pin
Stuart Dootson19-Mar-09 8:25
professionalStuart Dootson19-Mar-09 8:25 
GeneralRe: Message Map Handlers Pin
ForNow19-Mar-09 12:15
ForNow19-Mar-09 12:15 

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.