Click here to Skip to main content
15,911,785 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionInvalidating all open file handles Pin
Abhijeet Pathak19-Jul-07 11:08
Abhijeet Pathak19-Jul-07 11:08 
AnswerRe: Invalidating all open file handles Pin
Vasudevan Deepak Kumar19-Jul-07 18:21
Vasudevan Deepak Kumar19-Jul-07 18:21 
QuestionDisk partitioning Pin
Perspx19-Jul-07 10:31
Perspx19-Jul-07 10:31 
GeneralRe: Disk partitioning Pin
Matthew Faithfull19-Jul-07 12:00
Matthew Faithfull19-Jul-07 12:00 
GeneralRe: Disk partitioning Pin
Perspx19-Jul-07 20:44
Perspx19-Jul-07 20:44 
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 
I expect you probably need to include windows.h before winsock2.h.

If you're looking for a cross platform sockets library I'd start with BSD sockets, probably in netBSD these days. It's where Microsoft started when they needed to 'source' a socket implementation for Win95 or so the rumour goes. Wink | ;)

Nothing is exactly what it seems but everything with seems can be unpicked.

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 
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 

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.