Click here to Skip to main content
15,917,971 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Diff bet ASSERT and VERIFY Pin
Hamid_RT29-Nov-07 4:08
Hamid_RT29-Nov-07 4:08 
Questionget Accurat floating point value from one control to another Pin
pnpvivek@gmail.com27-Nov-07 1:43
pnpvivek@gmail.com27-Nov-07 1:43 
AnswerRe: get Accurat floating point value from one control to another Pin
Luc Pattyn27-Nov-07 2:04
sitebuilderLuc Pattyn27-Nov-07 2:04 
QuestionRe: get Accurat floating point value from one control to another Pin
David Crow27-Nov-07 3:20
David Crow27-Nov-07 3:20 
JokeRe: get Accurat floating point value from one control to another Pin
Nelek27-Nov-07 3:26
protectorNelek27-Nov-07 3:26 
AnswerRe: get Accurat floating point value from one control to another Pin
Nelek27-Nov-07 3:28
protectorNelek27-Nov-07 3:28 
Questionhow to get Accurat floating point value from one control to another Pin
pnpvivek@gmail.com27-Nov-07 1:43
pnpvivek@gmail.com27-Nov-07 1:43 
Questionhow to get Accurat floating point value from one control to another Pin
pnpvivek@gmail.com27-Nov-07 1:42
pnpvivek@gmail.com27-Nov-07 1:42 
HAI,
I was developed the source code for time and frequency calculation.
i put two text boxes one for time value another for frequency value.
Both are float data type.
formula is :- frequency = 1 / time * 1000
and also Time =1 / frequency * 1000;
In Time text box kill focus event this( frequency = 1 / time * 1000 ) formula work properly and show one answer in float value in frequency text box.
but
In frequency text box kill focus event (Time =1 / frequency * 1000) formula did not work properly.
ex:
i put 1550 in time textbox
answer 0.545161 is shown on frequency text box
then i move the cursor in to reverse ie, time text box it display 1550.000732 instead of 1550.

any body solve my problem as quick as early.
Thanking you.






vivek
AnswerRe: how to get Accurat floating point value from one control to another Pin
Cedric Moonen27-Nov-07 1:49
Cedric Moonen27-Nov-07 1:49 
AnswerRe: how to get Accurat floating point value from one control to another Pin
Nelek27-Nov-07 3:11
protectorNelek27-Nov-07 3:11 
QuestionHow to change default language of WinXP/Win2K Pin
galroy27-Nov-07 1:39
professionalgalroy27-Nov-07 1:39 
QuestionRe: How to change default language of WinXP/Win2K Pin
Rajesh R Subramanian4-Jan-08 6:49
professionalRajesh R Subramanian4-Jan-08 6:49 
GeneralRe: How to change default language of WinXP/Win2K Pin
galroy5-Jan-08 21:15
professionalgalroy5-Jan-08 21:15 
QuestionBest solution for checking for duplicate values when adding to array or std::vector Pin
NJed27-Nov-07 1:28
NJed27-Nov-07 1:28 
AnswerRe: Best solution for checking for duplicate values when adding to array or std::vector Pin
Nemanja Trifunovic27-Nov-07 1:34
Nemanja Trifunovic27-Nov-07 1:34 
GeneralRe: Best solution for checking for duplicate values when adding to array or std::vector Pin
NJed27-Nov-07 1:39
NJed27-Nov-07 1:39 
AnswerRe: Best solution for checking for duplicate values when adding to array or std::vector Pin
Nelek27-Nov-07 3:04
protectorNelek27-Nov-07 3:04 
QuestionRich edit control Pin
Maynka27-Nov-07 1:19
Maynka27-Nov-07 1:19 
QuestionRe: Rich edit control Pin
David Crow27-Nov-07 3:27
David Crow27-Nov-07 3:27 
AnswerRe: Rich edit control Pin
Hamid_RT29-Nov-07 4:08
Hamid_RT29-Nov-07 4:08 
Questionconvert 'char *' to 'LPCTSTR' Pin
neha.agarwal2727-Nov-07 1:08
neha.agarwal2727-Nov-07 1:08 
AnswerRe: convert 'char *' to 'LPCTSTR' Pin
Cedric Moonen27-Nov-07 1:14
Cedric Moonen27-Nov-07 1:14 
AnswerRe: convert 'char *' to 'LPCTSTR' Pin
Kenan Aksoy27-Nov-07 1:59
Kenan Aksoy27-Nov-07 1:59 
GeneralRe: convert 'char *' to 'LPCTSTR' Pin
Cedric Moonen27-Nov-07 2:14
Cedric Moonen27-Nov-07 2:14 
GeneralRe: convert 'char *' to 'LPCTSTR' Pin
krmed27-Nov-07 2:10
krmed27-Nov-07 2:10 

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.