Click here to Skip to main content
15,916,846 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: using string instead of char Pin
Michael Dunn27-Sep-04 13:41
sitebuilderMichael Dunn27-Sep-04 13:41 
GeneralRe: using string instead of char Pin
lordmickel27-Sep-04 13:43
lordmickel27-Sep-04 13:43 
GeneralRe: using string instead of char Pin
David Crow28-Sep-04 4:52
David Crow28-Sep-04 4:52 
GeneralRe: using string instead of char Pin
lordmickel5-Oct-04 11:12
lordmickel5-Oct-04 11:12 
GeneralFast work: OVERLAPPED vs MEMORY MAPPED Pin
Scott H. Settlemier27-Sep-04 9:41
Scott H. Settlemier27-Sep-04 9:41 
GeneralRe: Fast work: OVERLAPPED vs MEMORY MAPPED Pin
Rick York27-Sep-04 10:10
mveRick York27-Sep-04 10:10 
GeneralRe: Fast work: OVERLAPPED vs MEMORY MAPPED Pin
cmk27-Sep-04 11:26
cmk27-Sep-04 11:26 
GeneralRe: Fast work: OVERLAPPED vs MEMORY MAPPED Pin
peterchen27-Sep-04 13:57
peterchen27-Sep-04 13:57 
1) A Memory Mapped File can avoid the cost of copying data around (file cache <==> your buffers), this is especially helpful with large amounts of data

2) Overlapped I/O - if supported by the hardware, but any decent box should now - works directly between disk controller and RAM, without requiring the CPU.

Which one is better strongly depends on your application, and the box it runs on. Share some more info (what kind of I/O, how often, how much data, etc.)


we are here to help each other get through this thing, whatever it is Vonnegut jr.

sighist Fold With Us! || Agile Programming | doxygen

GeneralRe: Fast work: OVERLAPPED vs MEMORY MAPPED Pin
Scott H. Settlemier28-Sep-04 14:28
Scott H. Settlemier28-Sep-04 14:28 
GeneralSkipping Bytes When Reading Files Pin
InflatableGarfield27-Sep-04 9:20
InflatableGarfield27-Sep-04 9:20 
GeneralRe: Skipping Bytes When Reading Files Pin
Scott H. Settlemier27-Sep-04 9:43
Scott H. Settlemier27-Sep-04 9:43 
GeneralRe: Skipping Bytes When Reading Files Pin
shaileshkumar27-Sep-04 20:59
shaileshkumar27-Sep-04 20:59 
GeneralRe: Skipping Bytes When Reading Files Pin
David Crow28-Sep-04 5:02
David Crow28-Sep-04 5:02 
QuestionPlaySound crash under Win ME? Pin
LukeV27-Sep-04 8:24
LukeV27-Sep-04 8:24 
GeneralSockets and future portability Pin
Ivanets27-Sep-04 8:09
Ivanets27-Sep-04 8:09 
GeneralRe: Sockets and future portability Pin
cmk27-Sep-04 11:39
cmk27-Sep-04 11:39 
GeneralRadio buttons in Treeview (like the Folder Optionsin Windows Explorer) Pin
klkeng27-Sep-04 7:00
klkeng27-Sep-04 7:00 
GeneralADO Crashing big time! Pin
Chris Ulliott27-Sep-04 6:30
Chris Ulliott27-Sep-04 6:30 
GeneralRe: ADO Crashing big time! Pin
Anonymous27-Sep-04 7:04
Anonymous27-Sep-04 7:04 
GeneralRe: ADO Crashing big time! Pin
Chris Ulliott27-Sep-04 23:46
Chris Ulliott27-Sep-04 23:46 
Generalaaa Pin
Anonymous27-Sep-04 6:25
Anonymous27-Sep-04 6:25 
Generalbbb Pin
ThatsAlok27-Sep-04 19:27
ThatsAlok27-Sep-04 19:27 
GeneralDettecting Change to windows appearance / XP styles Pin
Tristan Rhodes27-Sep-04 6:25
Tristan Rhodes27-Sep-04 6:25 
GeneralRe: Dettecting Change to windows appearance / XP styles Pin
Yves Tkaczyk27-Sep-04 7:51
Yves Tkaczyk27-Sep-04 7:51 
GeneralRe: Dettecting Change to windows appearance / XP styles Pin
Tristan Rhodes27-Sep-04 8:24
Tristan Rhodes27-Sep-04 8:24 

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.