Click here to Skip to main content
15,908,264 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to check dll's reference count? Pin
Yusuf23-Aug-10 22:50
Yusuf23-Aug-10 22:50 
QuestionCompare/Convert Float to Text Pin
mohit`1223-Aug-10 7:11
mohit`1223-Aug-10 7:11 
AnswerRe: Compare/Convert Float to Text Pin
Chris Losinger23-Aug-10 7:17
professionalChris Losinger23-Aug-10 7:17 
AnswerRe: Compare/Convert Float to Text Pin
Richard MacCutchan23-Aug-10 7:22
mveRichard MacCutchan23-Aug-10 7:22 
AnswerRe: Compare/Convert Float to Text Pin
David Crow23-Aug-10 7:24
David Crow23-Aug-10 7:24 
GeneralRe: Compare/Convert Float to Text Pin
mohit`1223-Aug-10 7:31
mohit`1223-Aug-10 7:31 
GeneralRe: Compare/Convert Float to Text Pin
Maximilien23-Aug-10 7:53
Maximilien23-Aug-10 7:53 
GeneralRe: Compare/Convert Float to Text Pin
mohit`1223-Aug-10 9:14
mohit`1223-Aug-10 9:14 
How am i killing performance, well all i wanted to check is if the other float value is close or 0.10 and that code does check that i cannot use greater or less than since both float can be changed might be >0 or <0 , so rounding off values check if it's close to 0.10 or not because i do not have problem in my math if value if 0.0999978 or 0.10 both will give me same answer since it just checks value and then do not use them for any calculation, i will paste my code later on here and then you can have a look at it and you might be able to give me better suggestion,

thx for reply tho

cheers from canada.
GeneralRe: Compare/Convert Float to Text Pin
englebart24-Aug-10 4:11
professionalenglebart24-Aug-10 4:11 
GeneralRe: Compare/Convert Float to Text Pin
Iain Clarke, Warrior Programmer23-Aug-10 7:57
Iain Clarke, Warrior Programmer23-Aug-10 7:57 
GeneralRe: Compare/Convert Float to Text Pin
mohit`1223-Aug-10 9:16
mohit`1223-Aug-10 9:16 
GeneralRe: Compare/Convert Float to Text Pin
Iain Clarke, Warrior Programmer23-Aug-10 9:36
Iain Clarke, Warrior Programmer23-Aug-10 9:36 
GeneralRe: Compare/Convert Float to Text Pin
hairy_hats24-Aug-10 2:50
hairy_hats24-Aug-10 2:50 
GeneralRe: Compare/Convert Float to Text Pin
Iain Clarke, Warrior Programmer24-Aug-10 3:03
Iain Clarke, Warrior Programmer24-Aug-10 3:03 
GeneralRe: Compare/Convert Float to Text PinPopular
Aescleal23-Aug-10 7:58
Aescleal23-Aug-10 7:58 
GeneralRe: Compare/Convert Float to Text Pin
mohit`1223-Aug-10 9:17
mohit`1223-Aug-10 9:17 
GeneralRe: Compare/Convert Float to Text [modified] Pin
Aescleal23-Aug-10 10:21
Aescleal23-Aug-10 10:21 
GeneralRe: Compare/Convert Float to Text Pin
Tim Craig23-Aug-10 9:30
Tim Craig23-Aug-10 9:30 
AnswerRe: Compare/Convert Float to Text Pin
Niklas L23-Aug-10 8:00
Niklas L23-Aug-10 8:00 
GeneralRe: Compare/Convert Float to Text Pin
mohit`1223-Aug-10 9:18
mohit`1223-Aug-10 9:18 
GeneralRe: Compare/Convert Float to Text Pin
Niklas L23-Aug-10 10:08
Niklas L23-Aug-10 10:08 
GeneralRe: Compare/Convert Float to Text Pin
fasked23-Aug-10 18:48
fasked23-Aug-10 18:48 
QuestionRe: Compare/Convert Float to Text Pin
Niklas L23-Aug-10 19:37
Niklas L23-Aug-10 19:37 
AnswerRe: Compare/Convert Float to Text [modified] Pin
fasked23-Aug-10 19:40
fasked23-Aug-10 19:40 
GeneralRe: Compare/Convert Float to Text Pin
Niklas L23-Aug-10 20:23
Niklas L23-Aug-10 20:23 

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.