Click here to Skip to main content
15,912,507 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIncluding winsock2.h problem Pin
Budric B.19-Jul-07 8:24
Budric B.19-Jul-07 8:24 
AnswerRe: Including winsock2.h problem Pin
Budric B.19-Jul-07 9:17
Budric B.19-Jul-07 9:17 
GeneralRe: Including winsock2.h problem Pin
Matthew Faithfull19-Jul-07 9:19
Matthew Faithfull19-Jul-07 9:19 
GeneralRe: Including winsock2.h problem Pin
Budric B.19-Jul-07 9:57
Budric B.19-Jul-07 9:57 
GeneralRe: Including winsock2.h problem Pin
Matthew Faithfull19-Jul-07 10:14
Matthew Faithfull19-Jul-07 10:14 
GeneralRe: Including winsock2.h problem Pin
Budric B.19-Jul-07 10:59
Budric B.19-Jul-07 10:59 
QuestionOptimizing hard drive write performance Pin
TragicComic19-Jul-07 8:02
TragicComic19-Jul-07 8:02 
AnswerRe: Optimizing hard drive write performance Pin
James R. Twine19-Jul-07 8:12
James R. Twine19-Jul-07 8:12 
   I believe the way to get the fastest file throughput is to use Overlapped I/O along with the NO_BUFFERING flag when the file is created/opened with CreateFile(...).  There are some gotchas with buffer size and alignment, but if you are good enough to be streaming real-time video, it is likely nothing that you cannot handle!

   Also, just because your drive can go that fast does not mean that your system can.  Other factors (the drive controller being used, any hardware caching, what other stuff your system is doing).

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

GeneralRe: Optimizing hard drive write performance Pin
Perspx19-Jul-07 10:38
Perspx19-Jul-07 10:38 
GeneralRe: Optimizing hard drive write performance Pin
TragicComic19-Jul-07 11:38
TragicComic19-Jul-07 11:38 
AnswerRe: Optimizing hard drive write performance Pin
Paresh Chitte19-Jul-07 19:05
Paresh Chitte19-Jul-07 19:05 
GeneralRe: Optimizing hard drive write performance Pin
TragicComic20-Jul-07 7:37
TragicComic20-Jul-07 7:37 
QuestionConverting strings using WideCharToMultiByte Pin
mhand7519-Jul-07 7:42
mhand7519-Jul-07 7:42 
AnswerRe: Converting strings using WideCharToMultiByte Pin
DevMentor.org22-Jul-07 19:38
DevMentor.org22-Jul-07 19:38 
Questionhow can I launch another application( like notepad.exe ) in my VC Pin
LeeeNN19-Jul-07 7:22
LeeeNN19-Jul-07 7:22 
AnswerRe: how can I launch another application( like notepad.exe ) in my VC Pin
Mark Salsbery19-Jul-07 7:27
Mark Salsbery19-Jul-07 7:27 
GeneralRe: how can I launch another application( like notepad.exe ) in my VC Pin
mid=574119-Jul-07 7:28
mid=574119-Jul-07 7:28 
GeneralRe: how can I launch another application( like notepad.exe ) in my VC Pin
Mark Salsbery19-Jul-07 7:34
Mark Salsbery19-Jul-07 7:34 
AnswerRe: how can I launch another application( like notepad.exe ) in my VC Pin
Michael Dunn19-Jul-07 7:40
sitebuilderMichael Dunn19-Jul-07 7:40 
GeneralRe: how can I launch another application( like notepad.exe ) in my VC Pin
LeeeNN19-Jul-07 7:58
LeeeNN19-Jul-07 7:58 
GeneralRe: how can I launch another application( like notepad.exe ) in my VC Pin
Hamid_RT31-Jul-07 9:21
Hamid_RT31-Jul-07 9:21 
QuestionNibbles, Bits, bytes and somehow a number! Pin
Steven Wybraniec19-Jul-07 6:15
Steven Wybraniec19-Jul-07 6:15 
AnswerRe: Nibbles, Bits, bytes and somehow a number! Pin
led mike19-Jul-07 6:24
led mike19-Jul-07 6:24 
AnswerRe: Nibbles, Bits, bytes and somehow a number! Pin
mid=574119-Jul-07 6:35
mid=574119-Jul-07 6:35 
QuestionDesktop Window Manager (DWM) problem.. Pin
Perspx19-Jul-07 5:38
Perspx19-Jul-07 5:38 

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.