Click here to Skip to main content
15,915,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Im just new in c++ Pin
David Crow11-Dec-09 15:24
David Crow11-Dec-09 15:24 
Questiontaking a video from usb cam Pin
Asmaa Khaled FCI11-Dec-09 8:22
Asmaa Khaled FCI11-Dec-09 8:22 
AnswerRe: taking a video from usb cam Pin
loyal ginger11-Dec-09 9:33
loyal ginger11-Dec-09 9:33 
GeneralRe: taking a video from usb cam Pin
Sauce!11-Dec-09 19:09
Sauce!11-Dec-09 19:09 
AnswerRe: taking a video from usb cam Pin
Tim Craig11-Dec-09 18:26
Tim Craig11-Dec-09 18:26 
AnswerRe: taking a video from usb cam Pin
__erfan__11-Dec-09 23:09
__erfan__11-Dec-09 23:09 
Questioncover a double x to char ??? Pin
a04.lqd11-Dec-09 8:10
a04.lqd11-Dec-09 8:10 
AnswerRe: cover a double x to char ??? [modified] Pin
Luc Pattyn11-Dec-09 8:45
sitebuilderLuc Pattyn11-Dec-09 8:45 
doubles typically don't fit in one char, however you can easily convert them to string.

that is so basic, is this your first day at programming?
I hope you are wise enough to learn from a book, study it from front to where ever you get, and look at examples and exercises.

The exact answer depends on the language you use, which you did not specify.
in good old C you could do it with an sprintf() or swprintf()

Here[^] is one page of doc, even wikipedia knows how!
Please make Google your daily friend.

Smile | :)

Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


modified on Friday, December 11, 2009 2:51 PM

GeneralRe: cover a double x to char ??? Pin
CPallini11-Dec-09 11:28
mveCPallini11-Dec-09 11:28 
GeneralRe: cover a double x to char ??? Pin
Luc Pattyn11-Dec-09 11:52
sitebuilderLuc Pattyn11-Dec-09 11:52 
JokeRe: cover a double x to char ??? Pin
CPallini11-Dec-09 23:55
mveCPallini11-Dec-09 23:55 
AnswerRe: cover a double x to char ??? Pin
Richard MacCutchan12-Dec-09 1:52
mveRichard MacCutchan12-Dec-09 1:52 
Questionprint double array on openGL window??? Pin
a04.lqd11-Dec-09 7:51
a04.lqd11-Dec-09 7:51 
AnswerRe: print double array on openGL window??? Pin
Richard MacCutchan12-Dec-09 1:50
mveRichard MacCutchan12-Dec-09 1:50 
QuestionConvert _variant_t to char* Pin
lemonash11-Dec-09 7:01
lemonash11-Dec-09 7:01 
AnswerRe: Convert _variant_t to char* Pin
Rolf Kristensen12-Dec-09 2:52
Rolf Kristensen12-Dec-09 2:52 
GeneralRe: Convert _variant_t to char* Pin
lemonash12-Dec-09 4:11
lemonash12-Dec-09 4:11 
QuestionTransparent Window in Remote desktop [modified] Pin
Cvaji11-Dec-09 1:15
Cvaji11-Dec-09 1:15 
AnswerRe: Transparent Window in Remote desktop Pin
Migounette11-Dec-09 6:09
Migounette11-Dec-09 6:09 
QuestionDifference between EndDialog and EndWindow? Pin
Prabhu09200911-Dec-09 0:22
Prabhu09200911-Dec-09 0:22 
AnswerRe: Difference between EndDialog and EndWindow? Pin
Adam Roderick J11-Dec-09 0:42
Adam Roderick J11-Dec-09 0:42 
AnswerRe: Difference between EndDialog and EndWindow? Pin
Richard MacCutchan11-Dec-09 0:54
mveRichard MacCutchan11-Dec-09 0:54 
AnswerRe: Difference between EndDialog and EndWindow? Pin
Rajesh R Subramanian11-Dec-09 1:30
professionalRajesh R Subramanian11-Dec-09 1:30 
Questionerror LNK2005: Pin
Benjamin Bruno10-Dec-09 23:56
Benjamin Bruno10-Dec-09 23:56 
AnswerRe: error LNK2005: Pin
Rajesh R Subramanian11-Dec-09 0:02
professionalRajesh R Subramanian11-Dec-09 0:02 

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.