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

C / C++ / MFC

 
AnswerRe: Getting Text to display in a RichEditView Pin
Sarath C28-Jun-06 5:14
Sarath C28-Jun-06 5:14 
AnswerRe: Getting Text to display in a RichEditView Pin
David Crow28-Jun-06 5:53
David Crow28-Jun-06 5:53 
GeneralRe: Getting Text to display in a RichEditView Pin
Mark F.28-Jun-06 5:56
Mark F.28-Jun-06 5:56 
GeneralRe: Getting Text to display in a RichEditView Pin
cwbenson29-Jun-06 11:15
cwbenson29-Jun-06 11:15 
AnswerRe: Getting Text to display in a RichEditView Pin
Mark F.28-Jun-06 5:55
Mark F.28-Jun-06 5:55 
QuestionEPSON Perfection V700 Photo Pin
Eddie_Forst28-Jun-06 4:18
Eddie_Forst28-Jun-06 4:18 
QuestionDBCtrlGrid Record specific display Pin
Debs*28-Jun-06 4:15
Debs*28-Jun-06 4:15 
QuestionAlgorithm Request Pin
Barry Etter28-Jun-06 4:00
Barry Etter28-Jun-06 4:00 
I need to take a float or double value nand determine how many numbers it has before and after the decimal. Examples:

123.3 -> 3 before and 1 after
.12345 -> 0 before and 5 after
123 -> 3 before and 0 after

The method has to be extremely fast because it may be executed very often in a high-volume environment. I know I can convert it to a string and search for the decimal, etc., but string functions are very slow.

Thanks!

Barry Etter
AnswerRe: Algorithm Request Pin
_AnsHUMAN_ 28-Jun-06 4:08
_AnsHUMAN_ 28-Jun-06 4:08 
GeneralRe: Algorithm Request Pin
Sarath C28-Jun-06 4:10
Sarath C28-Jun-06 4:10 
GeneralRe: Algorithm Request Pin
_AnsHUMAN_ 28-Jun-06 4:16
_AnsHUMAN_ 28-Jun-06 4:16 
GeneralRe: Algorithm Request Pin
Sarath C28-Jun-06 4:21
Sarath C28-Jun-06 4:21 
GeneralRe: Algorithm Request Pin
Jörgen Sigvardsson28-Jun-06 14:22
Jörgen Sigvardsson28-Jun-06 14:22 
AnswerRe: Algorithm Request Pin
krmed28-Jun-06 4:20
krmed28-Jun-06 4:20 
GeneralRe: Algorithm Request Pin
Francesco Aruta28-Jun-06 4:53
Francesco Aruta28-Jun-06 4:53 
AnswerRe: Algorithm Request Pin
Cedric Moonen28-Jun-06 4:23
Cedric Moonen28-Jun-06 4:23 
GeneralRe: Algorithm Request Pin
Francesco Aruta28-Jun-06 4:46
Francesco Aruta28-Jun-06 4:46 
AnswerRe: Algorithm Request [modified] Pin
Viorel.28-Jun-06 4:27
Viorel.28-Jun-06 4:27 
GeneralRe: Algorithm Request Pin
Sarath C28-Jun-06 4:42
Sarath C28-Jun-06 4:42 
GeneralRe: Algorithm Request Pin
Viorel.28-Jun-06 4:49
Viorel.28-Jun-06 4:49 
AnswerRe: Algorithm Request Pin
kylur28-Jun-06 4:28
kylur28-Jun-06 4:28 
GeneralRe: Algorithm Request [modified] Pin
Tnarol28-Jun-06 5:20
Tnarol28-Jun-06 5:20 
AnswerRe: Algorithm Request Pin
Chris Losinger28-Jun-06 5:41
professionalChris Losinger28-Jun-06 5:41 
AnswerRe: Algorithm Request [modified] Pin
Zac Howland28-Jun-06 6:18
Zac Howland28-Jun-06 6:18 
AnswerRe: Algorithm Request Pin
Rilhas9-Jul-06 6:25
Rilhas9-Jul-06 6:25 

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.