Click here to Skip to main content
15,881,828 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Complier C2664 Error Pin
David Crow18-Sep-07 5:14
David Crow18-Sep-07 5:14 
AnswerRe: Complier C2664 Error Pin
Andy20218-Sep-07 6:10
Andy20218-Sep-07 6:10 
QuestionPrinting Problem Pin
pri_skit18-Sep-07 1:40
pri_skit18-Sep-07 1:40 
QuestionUse MFC in.... Pin
himuskanhere18-Sep-07 1:36
himuskanhere18-Sep-07 1:36 
AnswerRe: Use MFC in.... Pin
nbugalia18-Sep-07 1:41
nbugalia18-Sep-07 1:41 
AnswerRe: Use MFC in.... Pin
Iain Clarke, Warrior Programmer18-Sep-07 1:46
Iain Clarke, Warrior Programmer18-Sep-07 1:46 
GeneralRe: Use MFC in.... Pin
ddspliting18-Sep-07 7:35
ddspliting18-Sep-07 7:35 
Questionconversion from double to float Pin
KASR118-Sep-07 1:10
KASR118-Sep-07 1:10 
How to convert double value to float value.
please look at the following code

double dDoubleValue = 200.55000000.
float fFloatValue = (float)dDoubleValue;

output will be 200.54999999, but i need exact value 200.55000000.
AnswerRe: conversion from double to float Pin
Chris Losinger18-Sep-07 1:24
professionalChris Losinger18-Sep-07 1:24 
GeneralRe: conversion from double to float Pin
nbugalia18-Sep-07 2:11
nbugalia18-Sep-07 2:11 
AnswerRe: conversion from double to float Pin
Russell'18-Sep-07 2:17
Russell'18-Sep-07 2:17 
JokeRe: conversion from double to float Pin
Nelek18-Sep-07 3:48
protectorNelek18-Sep-07 3:48 
GeneralRe: conversion from double to float Pin
Russell'18-Sep-07 4:07
Russell'18-Sep-07 4:07 
AnswerRe: conversion from double to float Pin
Mike Dimmick18-Sep-07 4:30
Mike Dimmick18-Sep-07 4:30 
GeneralRe: conversion from double to float Pin
KASR118-Sep-07 17:56
KASR118-Sep-07 17:56 
GeneralRe: conversion from double to float Pin
David Crow19-Sep-07 2:39
David Crow19-Sep-07 2:39 
Questionadding directory structure tree in a tree control in mfc Pin
Dhiraj kumar Saini18-Sep-07 0:36
Dhiraj kumar Saini18-Sep-07 0:36 
AnswerRe: adding directory structure tree in a tree control in mfc Pin
Russell'18-Sep-07 1:02
Russell'18-Sep-07 1:02 
GeneralRe: adding directory structure tree in a tree control in mfc Pin
Dhiraj kumar Saini18-Sep-07 2:02
Dhiraj kumar Saini18-Sep-07 2:02 
GeneralRe: adding directory structure tree in a tree control in mfc Pin
Russell'18-Sep-07 2:13
Russell'18-Sep-07 2:13 
QuestionRe: adding directory structure tree in a tree control in mfc Pin
Hamid_RT18-Sep-07 2:57
Hamid_RT18-Sep-07 2:57 
AnswerRe: adding directory structure tree in a tree control in mfc Pin
Dhiraj kumar Saini18-Sep-07 3:14
Dhiraj kumar Saini18-Sep-07 3:14 
GeneralRe: adding directory structure tree in a tree control in mfc Pin
Russell'18-Sep-07 4:03
Russell'18-Sep-07 4:03 
GeneralRe: adding directory structure tree in a tree control in mfc Pin
Dhiraj kumar Saini18-Sep-07 23:25
Dhiraj kumar Saini18-Sep-07 23:25 
Questionhow to use navigate function of CWebBrowser2 class in different classes other than MainFrame and View class? Pin
AnayKulkarni18-Sep-07 0:34
AnayKulkarni18-Sep-07 0:34 

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.