Click here to Skip to main content
16,017,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to combine to dialog boxes and a formview in a single application .. Pin
Nelek19-May-07 23:02
protectorNelek19-May-07 23:02 
QuestionHow to use debugger Pin
Jerry Burns15-May-07 17:23
Jerry Burns15-May-07 17:23 
AnswerRe: How to use debugger Pin
_AnsHUMAN_ 15-May-07 18:01
_AnsHUMAN_ 15-May-07 18:01 
AnswerRe: How to use debugger Pin
Hamid_RT15-May-07 19:35
Hamid_RT15-May-07 19:35 
Questionlarge numbers Pin
locoone15-May-07 17:00
locoone15-May-07 17:00 
AnswerRe: large numbers Pin
Naveen15-May-07 17:45
Naveen15-May-07 17:45 
GeneralRe: large numbers Pin
locoone16-May-07 17:12
locoone16-May-07 17:12 
AnswerRe: large numbers Pin
Nelek15-May-07 21:53
protectorNelek15-May-07 21:53 
Hi,

another option is to divide by 1024 as long as you don't have the format you want.

7,792,175,104 / 1024.0 = 7609546

7609546 / 1024.0 = 7431,197265625

7431,197265625 / 1024.0 = 7,2570285797119140625

and make a Round () or a Trunc ()

Ehmm, I suppose you have a type missing in your post of findfile.GetLength ()

797,759,488 --> 7977594880 / 1024.0 = 7790620

7790620 / 1024.0 = 7608,02734375

7608,02734375 / 1024.0 = 7,429714202880859375

Don't ask me about why the results are different Wink | ;) :P

Greetings.

--------
M.D.V.

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?

GeneralRe: large numbers Pin
locoone16-May-07 17:14
locoone16-May-07 17:14 
GeneralRe: large numbers Pin
Nelek19-May-07 23:03
protectorNelek19-May-07 23:03 
QuestionDebug vs Release Configuration Pin
Oliver12315-May-07 16:31
Oliver12315-May-07 16:31 
AnswerRe: Debug vs Release Configuration Pin
David Crow15-May-07 17:09
David Crow15-May-07 17:09 
GeneralRe: Debug vs Release Configuration Pin
Oliver12315-May-07 17:28
Oliver12315-May-07 17:28 
GeneralRe: Debug vs Release Configuration Pin
_AnsHUMAN_ 15-May-07 17:45
_AnsHUMAN_ 15-May-07 17:45 
GeneralRe: Debug vs Release Configuration Pin
dharani15-May-07 18:10
dharani15-May-07 18:10 
QuestionNeed help with Keyboard device drivers Pin
Willian Tell15-May-07 15:06
Willian Tell15-May-07 15:06 
QuestionProblem with serializing Propeties of an ActiveX Control [modified] Pin
TheInfernalCrow15-May-07 12:13
TheInfernalCrow15-May-07 12:13 
QuestionPlaySound() in Vista [modified] Pin
Ryan Sikma15-May-07 11:29
Ryan Sikma15-May-07 11:29 
AnswerRe: PlaySound() in Vista Pin
Hans Dietrich15-May-07 15:12
mentorHans Dietrich15-May-07 15:12 
GeneralRe: PlaySound() in Vista Pin
Ryan Sikma15-May-07 20:19
Ryan Sikma15-May-07 20:19 
QuestionHow to block joystick devices Pin
Michael Sadlon15-May-07 10:09
Michael Sadlon15-May-07 10:09 
QuestionSelect a Folder and get fullPath from all files it contains Pin
Immunity1815-May-07 8:52
Immunity1815-May-07 8:52 
AnswerRe: Select a Folder and get fullPath from all files it contains Pin
Dustin Henry15-May-07 9:03
Dustin Henry15-May-07 9:03 
GeneralRe: Select a Folder and get fullPath from all files it contains Pin
Immunity1815-May-07 9:05
Immunity1815-May-07 9:05 
GeneralRe: Select a Folder and get fullPath from all files it contains Pin
Immunity1815-May-07 9:11
Immunity1815-May-07 9:11 

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.