Click here to Skip to main content
15,895,656 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Learning VS 2005 C++ - recommendation Pin
LunaticFringe10-Jan-10 1:53
LunaticFringe10-Jan-10 1:53 
GeneralRe: Learning VS 2005 C++ - recommendation Pin
Rolf Kristensen10-Jan-10 1:59
Rolf Kristensen10-Jan-10 1:59 
AnswerRe: Learning VS 2005 C++ - recommendation Pin
Denny10110-Jan-10 20:28
Denny10110-Jan-10 20:28 
GeneralRe: Learning VS 2005 C++ - recommendation Pin
Rolf Kristensen15-Jan-10 1:20
Rolf Kristensen15-Jan-10 1:20 
GeneralRe: Learning VS 2005 C++ - recommendation Pin
Denny10115-Jan-10 9:32
Denny10115-Jan-10 9:32 
QuestionWSAAsyncSelect and FD_WRITE Pin
zoopp9-Jan-10 0:35
zoopp9-Jan-10 0:35 
AnswerRe: WSAAsyncSelect and FD_WRITE Pin
Moak9-Jan-10 5:50
Moak9-Jan-10 5:50 
GeneralRe: WSAAsyncSelect and FD_WRITE Pin
zoopp9-Jan-10 11:18
zoopp9-Jan-10 11:18 
Thank you for your reply. It made things clearer now.

I'll ask another question if that's ok. You said that FD_WRITE is used for handling partial sends but, according to MSDN, it will also trigger after a call to connect() or accept(). The event for these calls should be handled different than partial sends and the way I'd handle both situation would be by disabling FD_WRITE before accept()/connect(), enabling it back after and by moving the code that was supposed execute in FD_WRITE when a new client connects in the FD_ACCEPT event.

Is this a good way of doing it?
GeneralRe: WSAAsyncSelect and FD_WRITE Pin
Moak9-Jan-10 12:00
Moak9-Jan-10 12:00 
QuestionHow to check if a tree is AVL tree? Pin
Cowork8-Jan-10 22:17
Cowork8-Jan-10 22:17 
QuestionRe: How to check if a tree is AVL tree? Pin
CPallini9-Jan-10 4:42
mveCPallini9-Jan-10 4:42 
AnswerRe: How to check if a tree is AVL tree? Pin
Cowork9-Jan-10 13:50
Cowork9-Jan-10 13:50 
GeneralRe: How to check if a tree is AVL tree? Pin
CPallini9-Jan-10 22:50
mveCPallini9-Jan-10 22:50 
AnswerRe: How to check if a tree is AVL tree? Pin
Saurabh.Garg9-Jan-10 14:30
Saurabh.Garg9-Jan-10 14:30 
Questionregular expression library for win32 api c or c++ Pin
Jayapal Chandran8-Jan-10 7:55
Jayapal Chandran8-Jan-10 7:55 
AnswerRe: regular expression library for win32 api c or c++ Pin
LunaticFringe8-Jan-10 8:57
LunaticFringe8-Jan-10 8:57 
GeneralRe: regular expression library for win32 api c or c++ Pin
Jayapal Chandran9-Jan-10 5:37
Jayapal Chandran9-Jan-10 5:37 
GeneralRe: regular expression library for win32 api c or c++ Pin
LunaticFringe9-Jan-10 11:56
LunaticFringe9-Jan-10 11:56 
GeneralRe: regular expression library for win32 api c or c++ Pin
Jayapal Chandran10-Jan-10 8:14
Jayapal Chandran10-Jan-10 8:14 
AnswerRe: regular expression library for win32 api c or c++ Pin
Graham Shanks8-Jan-10 10:39
Graham Shanks8-Jan-10 10:39 
AnswerRe: regular expression library for win32 api c or c++ Pin
Nemanja Trifunovic8-Jan-10 12:07
Nemanja Trifunovic8-Jan-10 12:07 
GeneralRe: regular expression library for win32 api c or c++ Pin
Jayapal Chandran9-Jan-10 5:39
Jayapal Chandran9-Jan-10 5:39 
QuestionQuestion about reading and writing to a file Pin
amichai228-Jan-10 6:25
amichai228-Jan-10 6:25 
AnswerRe: Question about reading and writing to a file PinPopular
amichai228-Jan-10 6:28
amichai228-Jan-10 6:28 
GeneralRe: Question about reading and writing to a file Pin
Nelek8-Jan-10 6:38
protectorNelek8-Jan-10 6: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.