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

C / C++ / MFC

 
QuestionRe: How Can i Call a Function Providing its name as a string Pin
Rajesh R Subramanian6-Sep-06 1:36
professionalRajesh R Subramanian6-Sep-06 1:36 
AnswerRe: How Can i Call a Function Providing its name as a string Pin
Cedric Moonen6-Sep-06 1:38
Cedric Moonen6-Sep-06 1:38 
AnswerRe: How Can i Call a Function Providing its name as a string Pin
Frank K6-Sep-06 2:44
Frank K6-Sep-06 2:44 
AnswerRe: How Can i Call a Function Providing its name as a string Pin
Chris Losinger6-Sep-06 2:54
professionalChris Losinger6-Sep-06 2:54 
AnswerRe: How Can i Call a Function Providing its name as a string Pin
Viorel.6-Sep-06 3:12
Viorel.6-Sep-06 3:12 
AnswerRe: How Can i Call a Function Providing its name as a string Pin
yjzh6-Sep-06 4:20
yjzh6-Sep-06 4:20 
AnswerRe: How Can i Call a Function Providing its name as a string Pin
Rilhas8-Sep-06 9:29
Rilhas8-Sep-06 9:29 
QuestionWinsock TCP Client disconnect Pin
Eytukan6-Sep-06 1:21
Eytukan6-Sep-06 1:21 
I have a question.
Are these same?

1. Close the client application window. [ Closes the stream ],
(Server gets out of the below block)
<br />
do<br />
{<br />
n=recv(client,buff,MAX_BUFF_SIZE,0);<br />
 if(n==SOCKET_ERROR )	<br />
  {<br />
   break;<br />
  }<br />
}while()<br />

2. UnPlug the client's network cable. [should close the stream?] ,
server never gets notified? it never happens. WTF??? WTF | :WTF:

Confused | :confused:

I'm not able to detect the latter one. Please help. If the n/w cable is unplugged, the stream would be broken and it should fire a sock exception right?Unsure | :~




<marquee scrollamount="1" scrolldelay="1" direction="up" height="10" step="1">--[Jig | [Dance] ]--

[My Current Status]

Link2006 wrote:Let's take it outside of CP
Jeremy : Please don't.I would love to see this.I'm making the popcorn already.

AnswerRe: Winsock TCP Client disconnect Pin
Frank K6-Sep-06 2:29
Frank K6-Sep-06 2:29 
GeneralRe: Winsock TCP Client disconnect Pin
Eytukan6-Sep-06 3:17
Eytukan6-Sep-06 3:17 
AnswerRe: Winsock TCP Client disconnect Pin
cmk6-Sep-06 20:35
cmk6-Sep-06 20:35 
GeneralRe: Winsock TCP Client disconnect Pin
Eytukan7-Sep-06 21:09
Eytukan7-Sep-06 21:09 
QuestionData Type Conversion Problem Pin
Programm3r6-Sep-06 0:47
Programm3r6-Sep-06 0:47 
AnswerRe: Data Type Conversion Problem Pin
Waldermort6-Sep-06 0:58
Waldermort6-Sep-06 0:58 
Questionhow to dermine weather the Given string is numeric or not , vc++ Pin
cybersadhu6-Sep-06 0:34
cybersadhu6-Sep-06 0:34 
AnswerRe: how to dermine weather the Given string is numeric or not , vc++ Pin
toxcct6-Sep-06 0:36
toxcct6-Sep-06 0:36 
AnswerRe: how to dermine weather the Given string is numeric or not , vc++ Pin
Waldermort6-Sep-06 0:39
Waldermort6-Sep-06 0:39 
AnswerRe: how to dermine weather the Given string is numeric or not , vc++ Pin
Hamid_RT6-Sep-06 0:52
Hamid_RT6-Sep-06 0:52 
AnswerRe: how to dermine weather the Given string is numeric or not , vc++ Pin
David Crow6-Sep-06 4:04
David Crow6-Sep-06 4:04 
GeneralRe: how to dermine weather the Given string is numeric or not , vc++ Pin
toxcct6-Sep-06 4:53
toxcct6-Sep-06 4:53 
GeneralRe: how to dermine weather the Given string is numeric or not , vc++ Pin
David Crow6-Sep-06 6:15
David Crow6-Sep-06 6:15 
AnswerRe: how to dermine weather the Given string is numeric or not , vc++ Pin
Dennis Furlaneto6-Sep-06 5:59
Dennis Furlaneto6-Sep-06 5:59 
GeneralRe: how to dermine weather the Given string is numeric or not , vc++ Pin
toxcct6-Sep-06 21:13
toxcct6-Sep-06 21:13 
QuestionNeed help: fatal error C1004: unexpected end of file found Pin
bloodwinner6-Sep-06 0:33
bloodwinner6-Sep-06 0:33 
AnswerRe: Need help: fatal error C1004: unexpected end of file found Pin
toxcct6-Sep-06 0:37
toxcct6-Sep-06 0:37 

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.