Click here to Skip to main content
15,914,642 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to Update Dialog values Pin
David Crow20-Aug-07 3:54
David Crow20-Aug-07 3:54 
GeneralRe: How to Update Dialog values Pin
simoncoul20-Aug-07 4:12
simoncoul20-Aug-07 4:12 
GeneralRe: How to Update Dialog values Pin
Manfred Staiger20-Aug-07 4:21
Manfred Staiger20-Aug-07 4:21 
QuestionRe: How to Update Dialog values Pin
David Crow20-Aug-07 4:22
David Crow20-Aug-07 4:22 
AnswerRe: How to Update Dialog values Pin
simoncoul20-Aug-07 4:32
simoncoul20-Aug-07 4:32 
GeneralRe: How to Update Dialog values Pin
David Crow20-Aug-07 4:38
David Crow20-Aug-07 4:38 
GeneralRe: How to Update Dialog values Pin
simoncoul20-Aug-07 4:45
simoncoul20-Aug-07 4:45 
GeneralRe: How to Update Dialog values Pin
jhwurmbach20-Aug-07 5:46
jhwurmbach20-Aug-07 5:46 
simoncoul wrote:
Can I just cast it?


No.
There is a routine you cann add to yotu program called boost::lexical_cast[^] which allows you to use a simple cast.
(The documentation even describes what is going on under the hood)

double pi = 3.14;
std::string number = boost::lexical_cast<std::string>( pi);


Though I speak with the tongues of men and of angels, and have not money, I am become as a sounding brass, or a tinkling cymbal.
George Orwell, "Keep the Aspidistra Flying", Opening words

Questioncan anybody tell me how to read the data from a .cvs file Pin
philiptabraham20-Aug-07 3:30
philiptabraham20-Aug-07 3:30 
AnswerRe: can anybody tell me how to read the data from a .cvs file Pin
Maximilien20-Aug-07 3:55
Maximilien20-Aug-07 3:55 
QuestionRe: can anybody tell me how to read the data from a .cvs file Pin
David Crow20-Aug-07 3:56
David Crow20-Aug-07 3:56 
AnswerRe: can anybody tell me how to read the data from a .cvs file Pin
Justin Perez20-Aug-07 3:58
Justin Perez20-Aug-07 3:58 
GeneralRe: can anybody tell me how to read the data from a .cvs file Pin
David Crow20-Aug-07 4:00
David Crow20-Aug-07 4:00 
GeneralRe: can anybody tell me how to read the data from a .cvs file Pin
Justin Perez20-Aug-07 4:01
Justin Perez20-Aug-07 4:01 
AnswerRe: can anybody tell me how to read the data from a .cvs file Pin
philiptabraham20-Aug-07 4:04
philiptabraham20-Aug-07 4:04 
QuestionRe: can anybody tell me how to read the data from a .cvs file Pin
David Crow20-Aug-07 4:07
David Crow20-Aug-07 4:07 
QuestionHow do I detect the desktop theme? Pin
cgb14320-Aug-07 3:20
cgb14320-Aug-07 3:20 
QuestionRe: How do I detect the desktop theme? Pin
David Crow20-Aug-07 3:58
David Crow20-Aug-07 3:58 
AnswerRe: How do I detect the desktop theme? Pin
cgb14320-Aug-07 4:07
cgb14320-Aug-07 4:07 
GeneralRe: How do I detect the desktop theme? Pin
David Crow20-Aug-07 4:11
David Crow20-Aug-07 4:11 
QuestionError on InternetOpen() Pin
GauranG Shah20-Aug-07 2:53
GauranG Shah20-Aug-07 2:53 
AnswerRe: Error on InternetOpen() Pin
prasad_som20-Aug-07 2:54
prasad_som20-Aug-07 2:54 
Questiongenerating the lib Pin
Jerome Conus20-Aug-07 2:01
Jerome Conus20-Aug-07 2:01 
AnswerRe: generating the lib Pin
prasad_som20-Aug-07 2:36
prasad_som20-Aug-07 2:36 
QuestionWeb services using VC++ without IIS. Pin
gokhalej20-Aug-07 1:44
gokhalej20-Aug-07 1:44 

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.