Click here to Skip to main content
15,919,121 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: WM_KEYDOWN Events... Pin
Tintori Francesco8-Jul-03 6:01
Tintori Francesco8-Jul-03 6:01 
Generalgetting the path Pin
pnpfriend8-Jul-03 4:53
pnpfriend8-Jul-03 4:53 
GeneralRe: getting the path Pin
valikac8-Jul-03 5:30
valikac8-Jul-03 5:30 
GeneralRe: getting the path Pin
Joaquín M López Muñoz8-Jul-03 7:02
Joaquín M López Muñoz8-Jul-03 7:02 
GeneralRe: getting the path Pin
David Crow8-Jul-03 7:29
David Crow8-Jul-03 7:29 
GeneralWorking with files Pin
jales8-Jul-03 4:02
jales8-Jul-03 4:02 
GeneralRe: Working with files Pin
AlexO8-Jul-03 4:06
AlexO8-Jul-03 4:06 
GeneralRe: Working with files Pin
John M. Drescher8-Jul-03 4:13
John M. Drescher8-Jul-03 4:13 
Win32 API would be the fastest because all the other methods use Win32 API but as I say that it does not make a lot of difference because the hard drive is much slower than memory or the CPU so a few more cpu instructions will not make a difference when the CPU executes billions of instructions a second.

jales wrote:
Also I'ld like to know if using concurrent threads to write several files to disk at the same time would be a good option or would it cause havoc in the file system.

If the OS did not cache the data this would be very bad for performance because this will cause the disk to thrash, however with cache some of this will be masked by the system. I do not recommend this however.


John
GeneralRe: Working with files Pin
Rage8-Jul-03 5:57
professionalRage8-Jul-03 5:57 
GeneralRe: Working with files Pin
Magnus Westin8-Jul-03 6:38
Magnus Westin8-Jul-03 6:38 
GeneralRe: Working with files Pin
jales9-Jul-03 0:38
jales9-Jul-03 0:38 
GeneralRe: Working with files Pin
Magnus Westin9-Jul-03 6:56
Magnus Westin9-Jul-03 6:56 
GeneralRe: Working with files Pin
Ryan Binns8-Jul-03 7:23
Ryan Binns8-Jul-03 7:23 
QuestionHow to store a numeric value to *.mdb table from interface Pin
Anonymous8-Jul-03 3:53
Anonymous8-Jul-03 3:53 
AnswerRe: How to store a numeric value to *.mdb table from interface Pin
John M. Drescher8-Jul-03 4:05
John M. Drescher8-Jul-03 4:05 
GeneralAdd dynamic text to a Dialog Body Pin
keegan8-Jul-03 3:21
keegan8-Jul-03 3:21 
GeneralRe: Add dynamic text to a Dialog Body Pin
Cedric Moonen8-Jul-03 3:29
Cedric Moonen8-Jul-03 3:29 
GeneralRe: Add dynamic text to a Dialog Body Pin
keegan8-Jul-03 3:38
keegan8-Jul-03 3:38 
GeneralRe: Add dynamic text to a Dialog Body Pin
Mike Dimmick8-Jul-03 5:38
Mike Dimmick8-Jul-03 5:38 
GeneralRe: Add dynamic text to a Dialog Body Pin
keegan8-Jul-03 5:48
keegan8-Jul-03 5:48 
GeneralRe: Add dynamic text to a Dialog Body Pin
Rage8-Jul-03 6:02
professionalRage8-Jul-03 6:02 
GeneralRe: Add dynamic text to a Dialog Body Pin
Mike Dimmick8-Jul-03 6:07
Mike Dimmick8-Jul-03 6:07 
GeneralRe: Add dynamic text to a Dialog Body Pin
keegan8-Jul-03 6:54
keegan8-Jul-03 6:54 
GeneralWindows API Pin
Anonymous8-Jul-03 3:19
Anonymous8-Jul-03 3:19 
GeneralRe: Windows API Pin
AlexO8-Jul-03 3:50
AlexO8-Jul-03 3:50 

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.