Click here to Skip to main content
15,921,454 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Structures in VC Pin
MailtoGops22-Aug-05 22:42
MailtoGops22-Aug-05 22:42 
Generalhelp... can anyone... Pin
moodsey21122-Aug-05 19:54
moodsey21122-Aug-05 19:54 
GeneralRe: help... can anyone... Pin
Jose Lamas Rios22-Aug-05 20:26
Jose Lamas Rios22-Aug-05 20:26 
GeneralRe: help... can anyone... Pin
moodsey21122-Aug-05 21:15
moodsey21122-Aug-05 21:15 
GeneralRe: help... can anyone... Pin
MailtoGops22-Aug-05 22:18
MailtoGops22-Aug-05 22:18 
GeneralRe: help... can anyone... Pin
moodsey211123-Aug-05 3:05
sussmoodsey211123-Aug-05 3:05 
GeneralFileAccess using scattergather Pin
Ritesh S.22-Aug-05 19:46
Ritesh S.22-Aug-05 19:46 
GeneralRe: FileAccess using scattergather Pin
cmk23-Aug-05 9:37
cmk23-Aug-05 9:37 
I've never used it, but the API is straight forward, just read ReadFileScatter() docs.

As you don't specify the scenario for use, here's another 2cents:

It's use, from what i see, would only be of real use in reading/writing custom database files that are page aligned.

Using ReadFile()/WriteFile() in overlapped mode is a much more usefull general method of file I/O.

(or even memory mapped files for that matter)


...cmk

Save the whales - collect the whole set
QuestionWM_InitMenuPopup handler in dialog? Pin
sayup22-Aug-05 19:45
sayup22-Aug-05 19:45 
Questionhow to set selected node of treeview through code Pin
/*Trucker*\22-Aug-05 19:05
/*Trucker*\22-Aug-05 19:05 
AnswerRe: how to set selected node of treeview through code Pin
Christian Graus22-Aug-05 19:27
protectorChristian Graus22-Aug-05 19:27 
GeneralRe: how to set selected node of treeview through code Pin
/*Trucker*\23-Aug-05 6:17
/*Trucker*\23-Aug-05 6:17 
AnswerRe: how to set selected node of treeview through code Pin
Jose Lamas Rios22-Aug-05 20:34
Jose Lamas Rios22-Aug-05 20:34 
Generalneed help in CListCtrl Pin
firebolt7722-Aug-05 18:17
firebolt7722-Aug-05 18:17 
GeneralRe: need help in CListCtrl Pin
Christian Graus22-Aug-05 18:24
protectorChristian Graus22-Aug-05 18:24 
GeneralRe: need help in CListCtrl Pin
firebolt7722-Aug-05 18:57
firebolt7722-Aug-05 18:57 
GeneralRe: need help in CListCtrl Pin
Christian Graus22-Aug-05 19:01
protectorChristian Graus22-Aug-05 19:01 
GeneralRe: need help in CListCtrl Pin
firebolt7722-Aug-05 20:05
firebolt7722-Aug-05 20:05 
GeneralRe: need help in CListCtrl Pin
ThatsAlok22-Aug-05 22:57
ThatsAlok22-Aug-05 22:57 
GeneralRe: need help in CListCtrl Pin
firebolt7723-Aug-05 19:42
firebolt7723-Aug-05 19:42 
GeneralRe: need help in CListCtrl Pin
ThatsAlok23-Aug-05 19:58
ThatsAlok23-Aug-05 19:58 
GeneralUpdating a field in Access database Pin
joy00722-Aug-05 18:12
joy00722-Aug-05 18:12 
GeneralRe: Updating a field in Access database Pin
Jose Lamas Rios22-Aug-05 18:27
Jose Lamas Rios22-Aug-05 18:27 
GeneralRecieving a file over TCP Pin
Member 183908222-Aug-05 17:56
Member 183908222-Aug-05 17:56 
GeneralRe: Recieving a file over TCP Pin
Jose Lamas Rios22-Aug-05 18:04
Jose Lamas Rios22-Aug-05 18: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.