Click here to Skip to main content
15,923,142 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: exit handler Pin
Christian Graus24-Oct-05 20:33
protectorChristian Graus24-Oct-05 20:33 
GeneralRe: exit handler Pin
Chintoo72324-Oct-05 20:40
Chintoo72324-Oct-05 20:40 
GeneralRe: exit handler Pin
khan++24-Oct-05 20:42
khan++24-Oct-05 20:42 
GeneralRe: exit handler Pin
vikas amin24-Oct-05 21:11
vikas amin24-Oct-05 21:11 
AnswerRe: exit handler Pin
Cedric Moonen24-Oct-05 21:45
Cedric Moonen24-Oct-05 21:45 
GeneralRe: exit handler Pin
Chintoo72324-Oct-05 22:05
Chintoo72324-Oct-05 22:05 
GeneralRe: exit handler Pin
Cedric Moonen24-Oct-05 22:23
Cedric Moonen24-Oct-05 22:23 
GeneralRe: exit handler Pin
toxcct24-Oct-05 22:39
toxcct24-Oct-05 22:39 
GeneralRe: exit handler Pin
Anonymous24-Oct-05 23:01
Anonymous24-Oct-05 23:01 
AnswerRe: exit handler Pin
David Crow25-Oct-05 3:42
David Crow25-Oct-05 3:42 
QuestionWant to create a DLL?? Pin
vikas amin24-Oct-05 20:15
vikas amin24-Oct-05 20:15 
AnswerRe: Want to create a DLL?? Pin
Christian Graus24-Oct-05 20:34
protectorChristian Graus24-Oct-05 20:34 
AnswerRe: Want to create a DLL?? Pin
Eytukan24-Oct-05 23:17
Eytukan24-Oct-05 23:17 
AnswerRe: Want to create a DLL?? Pin
ThatsAlok25-Oct-05 2:11
ThatsAlok25-Oct-05 2:11 
Questionhow to open DLL files Pin
QuickDeveloper24-Oct-05 18:34
QuickDeveloper24-Oct-05 18:34 
AnswerRe: how to open DLL files Pin
ThatsAlok24-Oct-05 18:46
ThatsAlok24-Oct-05 18:46 
AnswerRe: how to open DLL files Pin
Anonymous24-Oct-05 19:47
Anonymous24-Oct-05 19:47 
GeneralRe: how to open DLL files Pin
QuickDeveloper24-Oct-05 20:27
QuickDeveloper24-Oct-05 20:27 
GeneralRe: how to open DLL files Pin
toxcct24-Oct-05 22:36
toxcct24-Oct-05 22:36 
GeneralRe: how to open DLL files Pin
S Douglas24-Oct-05 22:49
professionalS Douglas24-Oct-05 22:49 
AnswerRe: how to open DLL files Pin
vikas amin24-Oct-05 20:49
vikas amin24-Oct-05 20:49 
GeneralRe: how to open DLL files Pin
ThatsAlok24-Oct-05 23:12
ThatsAlok24-Oct-05 23:12 
QuestionFastest way to get a file size? Pin
Andrei B24-Oct-05 17:32
Andrei B24-Oct-05 17:32 
Hi,

I need to get the size of many (can be over 5000) files very fast. What would be the fastest way to do this? Also, durring the runtime of the application, it will be getting file sizes every second or so.

As far as I know, I can use GetFileSize or I can fseek() to the end of a file.

Thanks for the help! I'm bonkrd Confused | :confused:
AnswerRe: Fastest way to get a file size? Pin
TrueTom24-Oct-05 18:55
TrueTom24-Oct-05 18:55 
GeneralRe: Fastest way to get a file size? Pin
Andrei B24-Oct-05 19:04
Andrei B24-Oct-05 19:04 

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.