Click here to Skip to main content
15,905,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Dialog Box Variable Pin
Saurabh.Garg1-Jul-08 15:04
Saurabh.Garg1-Jul-08 15:04 
GeneralRe: Dialog Box Variable Pin
bkelly131-Jul-08 15:21
bkelly131-Jul-08 15:21 
GeneralRe: Dialog Box Variable Pin
Saurabh.Garg1-Jul-08 16:32
Saurabh.Garg1-Jul-08 16:32 
GeneralRe: Dialog Box Variable Pin
cp98761-Jul-08 17:02
cp98761-Jul-08 17:02 
QuestionRe: Dialog Box Variable Pin
David Crow2-Jul-08 5:39
David Crow2-Jul-08 5:39 
AnswerRe: Dialog Box Variable Pin
bkelly133-Jul-08 15:03
bkelly133-Jul-08 15:03 
QuestionRe: Dialog Box Variable Pin
David Crow4-Jul-08 5:37
David Crow4-Jul-08 5:37 
AnswerRe: Dialog Box Variable Pin
bkelly134-Jul-08 5:51
bkelly134-Jul-08 5:51 
A google search returned this site:
http://www.cplusplus.com/reference/clibrary/cstdio/sprintf.html[^]
Which says, in part:

Write formatted data to string
Writes into the array pointed by str a C string consisting on a sequence of data formatted as the format argument specifies.


To my knowledge, sprintf converts various inputs to string format, and never the other way around. If you use sprintf to convert from string to double, please show me how.

Regarding my use of binary number, we refer to "1.2" when printed on paper as a number, and in a string as a number, as well as in binary format as a number. When I say a binary value I refer to an int, float, etc rather than formated as digits in a string. That's probably not a good method, but I am open to suggestions.

Thanks for your time

GeneralRe: Dialog Box Variable Pin
David Crow4-Jul-08 9:23
David Crow4-Jul-08 9:23 
AnswerRe: Dialog Box Variable Pin
cp98761-Jul-08 15:33
cp98761-Jul-08 15:33 
AnswerRe: Dialog Box Variable Pin
Nelek3-Jul-08 21:54
protectorNelek3-Jul-08 21:54 
GeneralRe: Dialog Box Variable Pin
bkelly134-Jul-08 4:19
bkelly134-Jul-08 4:19 
QuestionA class method definition in a header file... just one problem. Pin
Tomasz Morawski1-Jul-08 11:33
Tomasz Morawski1-Jul-08 11:33 
AnswerRe: A class method definition in a header file... just one problem. Pin
Bram van Kampen1-Jul-08 12:01
Bram van Kampen1-Jul-08 12:01 
GeneralRe: A class method definition in a header file... just one problem. Pin
Stephen Hewitt1-Jul-08 13:58
Stephen Hewitt1-Jul-08 13:58 
GeneralRe: A class method definition in a header file... just one problem. Pin
Bram van Kampen1-Jul-08 14:55
Bram van Kampen1-Jul-08 14:55 
GeneralRe: A class method definition in a header file... just one problem. Pin
Tomasz Morawski1-Jul-08 18:23
Tomasz Morawski1-Jul-08 18:23 
GeneralRe: A class method definition in a header file... just one problem. Pin
Tomasz Morawski1-Jul-08 18:41
Tomasz Morawski1-Jul-08 18:41 
GeneralRe: A class method definition in a header file... just one problem. Pin
Bram van Kampen1-Jul-08 21:48
Bram van Kampen1-Jul-08 21:48 
GeneralRe: A class method definition in a header file... just one problem. Pin
Tomasz Morawski2-Jul-08 0:53
Tomasz Morawski2-Jul-08 0:53 
GeneralRe: A class method definition in a header file... just one problem. Pin
Tomasz Morawski2-Jul-08 0:54
Tomasz Morawski2-Jul-08 0:54 
GeneralRe: A class method definition in a header file... just one problem. Pin
Bram van Kampen2-Jul-08 11:24
Bram van Kampen2-Jul-08 11:24 
GeneralRe: A class method definition in a header file... just one problem. Pin
Tomasz Morawski3-Jul-08 8:13
Tomasz Morawski3-Jul-08 8:13 
GeneralRe: A class method definition in a header file... just one problem. Pin
Bram van Kampen3-Jul-08 8:28
Bram van Kampen3-Jul-08 8:28 
GeneralRe: A class method definition in a header file... just one problem. [modified] Pin
Tomasz Morawski3-Jul-08 8:41
Tomasz Morawski3-Jul-08 8:41 

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.