Click here to Skip to main content
15,890,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Type Conversion happens while writing to Logfile in VC++ Pin
aruzhere29-Jun-16 2:42
aruzhere29-Jun-16 2:42 
QuestionopenMP loop and exception Pin
Joerg Michels27-Jun-16 23:38
Joerg Michels27-Jun-16 23:38 
QuestionHeap Corruption issue Pin
Ben Aldhouse21-Jun-16 10:27
Ben Aldhouse21-Jun-16 10:27 
QuestionRe: Heap Corruption issue Pin
David Crow21-Jun-16 10:47
David Crow21-Jun-16 10:47 
AnswerRe: Heap Corruption issue Pin
Ben Aldhouse21-Jun-16 12:45
Ben Aldhouse21-Jun-16 12:45 
QuestionWinsock - FD_WRITE Pin
Vijjuuu.21-Jun-16 4:54
Vijjuuu.21-Jun-16 4:54 
AnswerRe: Winsock - FD_WRITE Pin
David Crow21-Jun-16 7:19
David Crow21-Jun-16 7:19 
GeneralRe: Winsock - FD_WRITE Pin
Vijjuuu.21-Jun-16 8:04
Vijjuuu.21-Jun-16 8:04 
Hi David,

Thanks for your reply.

i am sorry, i couldn't get what you mean.

i understand that application will receive an FD_WRITE event shortly after a connection is made but there is no data to send at that time.

here is scenario i am trying for

1) connect to server
2) Connection established - FD_WRITE event is receive.
3) there is no data to send to server
4) some other event fired (not related to socket) -- data arrived, so store the data.
5) now data is available to send to server

in the above steps 4 and 5 will happen one after the another. how can i raise FD_Write event after the data is available (means step 4) ?
GeneralRe: Winsock - FD_WRITE Pin
David Crow21-Jun-16 8:12
David Crow21-Jun-16 8:12 
GeneralRe: Winsock - FD_WRITE Pin
Vijjuuu.21-Jun-16 8:21
Vijjuuu.21-Jun-16 8:21 
GeneralRe: Winsock - FD_WRITE Pin
David Crow21-Jun-16 9:19
David Crow21-Jun-16 9:19 
AnswerRe: Winsock - FD_WRITE Pin
Member 1260667928-Jun-16 20:47
Member 1260667928-Jun-16 20:47 
QuestionDLL files from wmi Pin
Member 1253112919-Jun-16 22:10
Member 1253112919-Jun-16 22:10 
AnswerRe: DLL files from wmi Pin
Jochen Arndt19-Jun-16 22:30
professionalJochen Arndt19-Jun-16 22:30 
QuestionPrint class Members? Pin
bosfan16-Jun-16 5:29
bosfan16-Jun-16 5:29 
AnswerRe: Print class Members? Pin
Maximilien16-Jun-16 5:41
Maximilien16-Jun-16 5:41 
QuestionRe: Print class Members? Pin
David Crow16-Jun-16 6:12
David Crow16-Jun-16 6:12 
AnswerRe: Print class Members? Pin
bosfan5-Aug-16 4:24
bosfan5-Aug-16 4:24 
AnswerRe: Print class Members? Pin
David Crow5-Aug-16 4:27
David Crow5-Aug-16 4:27 
AnswerRe: Print class Members? Pin
CPallini17-Jun-16 0:22
mveCPallini17-Jun-16 0:22 
GeneralRe: Print class Members? Pin
bosfan5-Aug-16 4:25
bosfan5-Aug-16 4:25 
GeneralRe: Print class Members? Pin
CPallini7-Aug-16 20:42
mveCPallini7-Aug-16 20:42 
QuestionCan define a function with same name and signature? Pin
sandeep manzhi16-Jun-16 4:22
sandeep manzhi16-Jun-16 4:22 
QuestionRe: define a function Pin
David Crow16-Jun-16 4:26
David Crow16-Jun-16 4:26 
SuggestionRe: define a function Pin
Richard MacCutchan16-Jun-16 4:32
mveRichard MacCutchan16-Jun-16 4:32 

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.