<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Sockets - welcher client hat sich vom server abgemeldet?!]]></title><description><![CDATA[<p>hallo,</p>
<p>ich habe mir mit hilfe dieses tuorials<br />
<a href="http://www.zfx.info/Tutorials.php?ID=73" rel="nofollow">http://www.zfx.info/Tutorials.php?ID=73</a></p>
<p>eine server anwendung geschrieben zu welcher mehrere clients connecten können.<br />
das klappt auch alles. allerdings weis ich nicht wie ich kontrollieren kann<br />
von welchem client etwas kommt.</p>
<p>ich bekomme eine meldung durch</p>
<pre><code>void CBTro_LookDlg::OnClose()
{
MessageBox(&quot;Client weg...&quot;,&quot;test&quot;);
}
</code></pre>
<p>allerdings weis ich nicht welcher client sich verabschieded hat!<br />
kann ich durch eine funktion überprüfen welcher client noch aktiv ist oder nicht?</p>
<p>danke euch!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/149471/sockets-welcher-client-hat-sich-vom-server-abgemeldet</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 00:06:35 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/149471.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 06 Jun 2006 11:39:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Sockets - welcher client hat sich vom server abgemeldet?! on Tue, 06 Jun 2006 11:39:37 GMT]]></title><description><![CDATA[<p>hallo,</p>
<p>ich habe mir mit hilfe dieses tuorials<br />
<a href="http://www.zfx.info/Tutorials.php?ID=73" rel="nofollow">http://www.zfx.info/Tutorials.php?ID=73</a></p>
<p>eine server anwendung geschrieben zu welcher mehrere clients connecten können.<br />
das klappt auch alles. allerdings weis ich nicht wie ich kontrollieren kann<br />
von welchem client etwas kommt.</p>
<p>ich bekomme eine meldung durch</p>
<pre><code>void CBTro_LookDlg::OnClose()
{
MessageBox(&quot;Client weg...&quot;,&quot;test&quot;);
}
</code></pre>
<p>allerdings weis ich nicht welcher client sich verabschieded hat!<br />
kann ich durch eine funktion überprüfen welcher client noch aktiv ist oder nicht?</p>
<p>danke euch!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1072403</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1072403</guid><dc:creator><![CDATA[Sebatian A.]]></dc:creator><pubDate>Tue, 06 Jun 2006 11:39:37 GMT</pubDate></item><item><title><![CDATA[Reply to Sockets - welcher client hat sich vom server abgemeldet?! on Tue, 06 Jun 2006 11:43:23 GMT]]></title><description><![CDATA[<p>In der Methode</p>
<p>void CMySocket::OnClose(int nErrorCode)</p>
<p>weiß man aber welcher Socket es ist.</p>
<p>Ich würde den Quatsch sowieso lassen den Netzwerkcode in den Dialog zu packen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1072408</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1072408</guid><dc:creator><![CDATA[.......]]></dc:creator><pubDate>Tue, 06 Jun 2006 11:43:23 GMT</pubDate></item><item><title><![CDATA[Reply to Sockets - welcher client hat sich vom server abgemeldet?! on Tue, 06 Jun 2006 11:46:05 GMT]]></title><description><![CDATA[<p>hi,<br />
der socket, den du mit 'accept' bekommst ist sozuagen die 'id' der verbindung zu dem client.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1072410</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1072410</guid><dc:creator><![CDATA[net 0]]></dc:creator><pubDate>Tue, 06 Jun 2006 11:46:05 GMT</pubDate></item><item><title><![CDATA[Reply to Sockets - welcher client hat sich vom server abgemeldet?! on Tue, 06 Jun 2006 12:26:50 GMT]]></title><description><![CDATA[<p>achso ja klar <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
<p>danke nun hab ichs..</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1072451</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1072451</guid><dc:creator><![CDATA[Sebatian A.]]></dc:creator><pubDate>Tue, 06 Jun 2006 12:26:50 GMT</pubDate></item></channel></rss>