Click here to Skip to main content
15,913,207 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: break when variable changes? Pin
Obliterator12-Jun-06 4:19
Obliterator12-Jun-06 4:19 
AnswerRe: break when variable changes? Pin
Zac Howland12-Jun-06 5:36
Zac Howland12-Jun-06 5:36 
Questionwhy page based I/O can improve performance? Pin
George_George12-Jun-06 2:40
George_George12-Jun-06 2:40 
AnswerRe: why page based I/O can improve performance? Pin
Michael Dunn12-Jun-06 6:54
sitebuilderMichael Dunn12-Jun-06 6:54 
GeneralRe: why page based I/O can improve performance? Pin
George_George13-Jun-06 0:16
George_George13-Jun-06 0:16 
AnswerRe: why page based I/O can improve performance? Pin
Joe Woodbury12-Jun-06 10:41
professionalJoe Woodbury12-Jun-06 10:41 
GeneralRe: why page based I/O can improve performance? Pin
George_George13-Jun-06 0:18
George_George13-Jun-06 0:18 
GeneralRe: why page based I/O can improve performance? Pin
Joe Woodbury13-Jun-06 9:13
professionalJoe Woodbury13-Jun-06 9:13 
When you do a standard read the OS file system may or may not buffer the file data. It does so, however, at a very granular level. If you are streaming in and out large quantities of data, you can improve the performance by controlling this yourself. You can go even further and instruct the OS to not attempt any sort of caching, though you must ensure your buffers match the sector size of the hard disc.

I am speaking entirely in generalities. You will have to make the determination of how to handle your file data based on the requirements of your program. If speed is extremely important, you should try and benchmark different algorithms.

Anyone who thinks he has a better idea of what's good for people than people do is a swine.
- P.J. O'Rourke

GeneralRe: why page based I/O can improve performance? Pin
George_George13-Jun-06 16:36
George_George13-Jun-06 16:36 
QuestionProperty Sheets and Pages Pin
si_6912-Jun-06 1:34
si_6912-Jun-06 1:34 
AnswerRe: Property Sheets and Pages Pin
ThatsAlok12-Jun-06 1:53
ThatsAlok12-Jun-06 1:53 
Questionload a bitmap from bmp file at run time Pin
anilksingh12-Jun-06 1:31
anilksingh12-Jun-06 1:31 
AnswerRe: load a bitmap from bmp file at run time Pin
Viorel.12-Jun-06 1:41
Viorel.12-Jun-06 1:41 
GeneralRe: load a bitmap from bmp file at run time Pin
ThatsAlok12-Jun-06 1:52
ThatsAlok12-Jun-06 1:52 
GeneralRe: load a bitmap from bmp file at run time Pin
Viorel.12-Jun-06 2:06
Viorel.12-Jun-06 2:06 
GeneralRe: load a bitmap from bmp file at run time Pin
Hamid_RT12-Jun-06 1:58
Hamid_RT12-Jun-06 1:58 
GeneralRe: load a bitmap from bmp file at run time Pin
Viorel.12-Jun-06 2:06
Viorel.12-Jun-06 2:06 
GeneralRe: load a bitmap from bmp file at run time Pin
ThatsAlok12-Jun-06 2:09
ThatsAlok12-Jun-06 2:09 
GeneralRe: load a bitmap from bmp file at run time [modified] Pin
Viorel.12-Jun-06 2:17
Viorel.12-Jun-06 2:17 
GeneralRe: load a bitmap from bmp file at run time Pin
ThatsAlok12-Jun-06 2:14
ThatsAlok12-Jun-06 2:14 
GeneralRe: load a bitmap from bmp file at run time Pin
Hamid_RT12-Jun-06 2:28
Hamid_RT12-Jun-06 2:28 
JokeRe: load a bitmap from bmp file at run time Pin
ThatsAlok12-Jun-06 18:12
ThatsAlok12-Jun-06 18:12 
AnswerRe: load a bitmap from bmp file at run time Pin
ThatsAlok12-Jun-06 1:52
ThatsAlok12-Jun-06 1:52 
AnswerRe: load a bitmap from bmp file at run time Pin
sujtha12-Jun-06 1:52
sujtha12-Jun-06 1:52 
AnswerRe: load a bitmap from bmp file at run time Pin
Hamid_RT12-Jun-06 1:54
Hamid_RT12-Jun-06 1:54 

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.