Click here to Skip to main content
16,008,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCFile class to copy through a network connection Pin
Broker200321-Jul-03 4:11
Broker200321-Jul-03 4:11 
GeneralRe: CFile class to copy through a network connection Pin
Ryan Binns21-Jul-03 4:23
Ryan Binns21-Jul-03 4:23 
GeneralRe: CFile class to copy through a network connection Pin
G. Steudtel21-Jul-03 4:27
G. Steudtel21-Jul-03 4:27 
GeneralComboBox in Toolbar Pin
_crs_21-Jul-03 4:00
_crs_21-Jul-03 4:00 
GeneralRe: ComboBox in Toolbar Pin
Ryan Binns21-Jul-03 4:13
Ryan Binns21-Jul-03 4:13 
Generalfastest file writing Pin
Jeremy Pullicino21-Jul-03 3:59
Jeremy Pullicino21-Jul-03 3:59 
GeneralRe: fastest file writing Pin
Ryan Binns21-Jul-03 5:43
Ryan Binns21-Jul-03 5:43 
GeneralRe: fastest file writing Pin
John M. Drescher21-Jul-03 6:06
John M. Drescher21-Jul-03 6:06 
Ryan Binns wrote:
For actually writing the data, I'm not sure that there is much difference between the functions.

There really is no difference. In the long run they all call the WIN32 api calls WriteFile(), OpenFile()... These functions operate on the file cache. If you are worryied about cpu cycles this is not really a problem because the disk is orders of magnitude slower than the cpu or memory so your choice does not make much difference.

John
GeneralVisual C++ (Updating versions) Pin
ttran770021-Jul-03 2:53
ttran770021-Jul-03 2:53 
GeneralWizard sheet Banner Pin
Member 42425921-Jul-03 2:40
Member 42425921-Jul-03 2:40 
QuestionLarge Exponents? Pin
Selevercin21-Jul-03 2:39
Selevercin21-Jul-03 2:39 
AnswerRe: Large Exponents? Pin
G. Steudtel21-Jul-03 4:42
G. Steudtel21-Jul-03 4:42 
GeneralRe: Large Exponents? Pin
Selevercin21-Jul-03 16:08
Selevercin21-Jul-03 16:08 
GeneralExcel automation question Pin
Hadi Rezaee21-Jul-03 2:30
Hadi Rezaee21-Jul-03 2:30 
GeneralRe: Excel automation question Pin
Manfred Staiger21-Jul-03 3:05
Manfred Staiger21-Jul-03 3:05 
GeneralRe: Excel automation question Pin
Hadi Rezaee23-Jul-03 10:10
Hadi Rezaee23-Jul-03 10:10 
GeneralSpeech Recognition Pin
superstein21-Jul-03 2:30
superstein21-Jul-03 2:30 
GeneralRe: Speech Recognition Pin
Bob Stanneveld21-Jul-03 8:52
Bob Stanneveld21-Jul-03 8:52 
GeneralRe: Speech Recognition Pin
superstein22-Jul-03 4:41
superstein22-Jul-03 4:41 
Generalclose IE window!!! Pin
xxhimanshu21-Jul-03 1:47
xxhimanshu21-Jul-03 1:47 
GeneralRe: close IE window!!! Pin
Bob Stanneveld21-Jul-03 9:03
Bob Stanneveld21-Jul-03 9:03 
GeneralDuplicate Dialogs Pin
Jay Hova21-Jul-03 1:32
Jay Hova21-Jul-03 1:32 
GeneralRe: Duplicate Dialogs Pin
Ryan Binns21-Jul-03 1:48
Ryan Binns21-Jul-03 1:48 
GeneralRe: Duplicate Dialogs Pin
Jay Hova21-Jul-03 2:47
Jay Hova21-Jul-03 2:47 
GeneralRe: Duplicate Dialogs Pin
Ryan Binns21-Jul-03 2:55
Ryan Binns21-Jul-03 2:55 

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.