<?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]]></title><description><![CDATA[<p>suche gut verständliches (am besten deutsches) socket-toturial mit einfachen beispielen die auch funktionieren...</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/135485/sockets</link><generator>RSS for Node</generator><lastBuildDate>Sat, 29 Aug 2026 00:14:59 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/135485.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 02 Feb 2006 14:18:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to sockets on Thu, 02 Feb 2006 14:18:34 GMT]]></title><description><![CDATA[<p>suche gut verständliches (am besten deutsches) socket-toturial mit einfachen beispielen die auch funktionieren...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/984004</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/984004</guid><dc:creator><![CDATA[socket++]]></dc:creator><pubDate>Thu, 02 Feb 2006 14:18:34 GMT</pubDate></item><item><title><![CDATA[Reply to sockets on Thu, 02 Feb 2006 14:26:04 GMT]]></title><description><![CDATA[<p>hello</p>
<p>ein wenig info über betriebssystem wäre fein, damit du nachher schön verschoben werden kannst.</p>
<p>für die windows gemeinschaft ist dieser link nett</p>
<p><a href="http://www.c-worker.ch" rel="nofollow">www.c-worker.ch</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/984010</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/984010</guid><dc:creator><![CDATA[elise]]></dc:creator><pubDate>Thu, 02 Feb 2006 14:26:04 GMT</pubDate></item><item><title><![CDATA[Reply to sockets on Thu, 02 Feb 2006 14:25:29 GMT]]></title><description><![CDATA[<p>das vorerst nett danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/984013</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/984013</guid><dc:creator><![CDATA[nett]]></dc:creator><pubDate>Thu, 02 Feb 2006 14:25:29 GMT</pubDate></item><item><title><![CDATA[Reply to sockets on Thu, 02 Feb 2006 14:34:27 GMT]]></title><description><![CDATA[<p>schon ein kleines prob...</p>
<p>[Linker error] undefined reference to `WSAStartup@8'</p>
<p>was muss ich linken?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/984022</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/984022</guid><dc:creator><![CDATA[socket++]]></dc:creator><pubDate>Thu, 02 Feb 2006 14:34:27 GMT</pubDate></item><item><title><![CDATA[Reply to sockets on Thu, 02 Feb 2006 14:35:06 GMT]]></title><description><![CDATA[<p>hirn</p>
]]></description><link>https://www.c-plusplus.net/forum/post/984023</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/984023</guid><dc:creator><![CDATA[k.T.]]></dc:creator><pubDate>Thu, 02 Feb 2006 14:35:06 GMT</pubDate></item><item><title><![CDATA[Reply to sockets on Thu, 02 Feb 2006 14:41:50 GMT]]></title><description><![CDATA[<p>das war dumm...</p>
<p>naja aber jetzt ein wirkliches prob:</p>
<p>da steht ich soll überprüfen was er beim ertsen programm ausgibt aber bei mir schließt er schnell ich habe dann sleeps eingebaut aber er schließt trotzdem sofort:</p>
<pre><code class="language-cpp">#include &lt;windows.h&gt;
#include &lt;winsock2.h&gt;
#include &lt;stdio.h&gt;
#include &lt;iostream&gt;
using namespace std;

//Prototypen

int startWinsock(void);

int main()

{

  long rc;
  rc=startWinsock();
  if(rc!=0)

  {

    printf(&quot;Fehler: startWinsock, fehler code: %d\n&quot;,rc);
    Sleep(10000);

    return 0;

  }

  else

  {

    cout &lt;&lt; &quot;Winsock gestartet!\n&quot;;
    Sleep(10000);

  }
  return 0;

}

int startWinsock(void)

{
  WSADATA wsa;
  return WSAStartup(MAKEWORD(2,0),&amp;wsa);
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/984031</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/984031</guid><dc:creator><![CDATA[okok]]></dc:creator><pubDate>Thu, 02 Feb 2006 14:41:50 GMT</pubDate></item><item><title><![CDATA[Reply to sockets on Thu, 02 Feb 2006 15:21:56 GMT]]></title><description><![CDATA[<p>Konsolen-FAQ:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-111042.html" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic-var-t-is-111042.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/984078</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/984078</guid><dc:creator><![CDATA[HumeSikkins]]></dc:creator><pubDate>Thu, 02 Feb 2006 15:21:56 GMT</pubDate></item><item><title><![CDATA[Reply to sockets on Thu, 02 Feb 2006 15:34:09 GMT]]></title><description><![CDATA[<p>es liegt nun doch nicht an einer nicht-anzeige...<br />
er geht in einen modus (ich denke einen prozess) und bleibt da bis ich den task manager öffne und dann beendet er.. woran kann das liegen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/984090</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/984090</guid><dc:creator><![CDATA[socket++]]></dc:creator><pubDate>Thu, 02 Feb 2006 15:34:09 GMT</pubDate></item><item><title><![CDATA[Reply to sockets on Thu, 02 Feb 2006 16:45:50 GMT]]></title><description><![CDATA[<p>socket++ schrieb:</p>
<blockquote>
<p>es liegt nun doch nicht an einer nicht-anzeige...<br />
er geht in einen modus (ich denke einen prozess) und bleibt da bis ich den task manager öffne und dann beendet er.. woran kann das liegen?</p>
</blockquote>
<p>Könnte daran liegen dass du nicht Konsolenanwendung bei deinem Compiler/IDE ausgewählt hast.</p>
<p>mfg.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/984192</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/984192</guid><dc:creator><![CDATA[joomoo]]></dc:creator><pubDate>Thu, 02 Feb 2006 16:45:50 GMT</pubDate></item><item><title><![CDATA[Reply to sockets on Thu, 02 Feb 2006 16:56:49 GMT]]></title><description><![CDATA[<p>wie kann ich nur so dumm sein -.- thx</p>
]]></description><link>https://www.c-plusplus.net/forum/post/984205</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/984205</guid><dc:creator><![CDATA[socket++]]></dc:creator><pubDate>Thu, 02 Feb 2006 16:56:49 GMT</pubDate></item></channel></rss>