<?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[C++ Sockets]]></title><description><![CDATA[<p>Hallo,<br />
ich möchte mir gerne eine Client (Bot) schreiben zB. für ein Browsergame.<br />
Einfach mal nicht im Browser sondern vllt in einer Liste halt anders angeordnet oder so.<br />
Ich hab aber kein Plan wie ich das mit den Internet geht.<br />
Genau müsste ich ja halt wissen:<br />
-Tcp Protokolle Empfangen<br />
-Html Code Parsen<br />
-Tcp Protokolle Senden</p>
<p>Dann eine andere Frage. Muss ich noch irgendwie die Cookies verwalten oder so was?<br />
Ich hab jetzt nach einigen versuchen es hinbekommen wxWidgets auf Code::Blocks zu bekommen. Desweiteren habe ich gelesen das es da auch so was für Netzwerk oder so was gibt. Soll ich jetzt lieber das nehmen und dann auch gleich die GUI oder halt qt Creater für GUI und eine andere Socket (oder wie man so was nennt) Library.<br />
Falls ihr dann noch ein Tutorial kennt. Wäre das super <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
<p>mfG<br />
Jonas</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/309976/c-sockets</link><generator>RSS for Node</generator><lastBuildDate>Wed, 05 Aug 2026 02:13:39 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/309976.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 31 Oct 2012 18:20:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to C++ Sockets on Wed, 31 Oct 2012 18:20:31 GMT]]></title><description><![CDATA[<p>Hallo,<br />
ich möchte mir gerne eine Client (Bot) schreiben zB. für ein Browsergame.<br />
Einfach mal nicht im Browser sondern vllt in einer Liste halt anders angeordnet oder so.<br />
Ich hab aber kein Plan wie ich das mit den Internet geht.<br />
Genau müsste ich ja halt wissen:<br />
-Tcp Protokolle Empfangen<br />
-Html Code Parsen<br />
-Tcp Protokolle Senden</p>
<p>Dann eine andere Frage. Muss ich noch irgendwie die Cookies verwalten oder so was?<br />
Ich hab jetzt nach einigen versuchen es hinbekommen wxWidgets auf Code::Blocks zu bekommen. Desweiteren habe ich gelesen das es da auch so was für Netzwerk oder so was gibt. Soll ich jetzt lieber das nehmen und dann auch gleich die GUI oder halt qt Creater für GUI und eine andere Socket (oder wie man so was nennt) Library.<br />
Falls ihr dann noch ein Tutorial kennt. Wäre das super <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
<p>mfG<br />
Jonas</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2266048</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2266048</guid><dc:creator><![CDATA[CraftPlorer]]></dc:creator><pubDate>Wed, 31 Oct 2012 18:20:31 GMT</pubDate></item><item><title><![CDATA[Reply to C++ Sockets on Wed, 31 Oct 2012 18:26:05 GMT]]></title><description><![CDATA[<p>Nimm <strong>Boost.Asio</strong>: <a href="http://www.boost.org/doc/libs/1_51_0/doc/html/boost_asio.html" rel="nofollow">http://www.boost.org/doc/libs/1_51_0/doc/html/boost_asio.html</a><br />
<strong>Tutorials</strong>: <a href="http://www.boost.org/doc/libs/1_51_0/doc/html/boost_asio/tutorial.html" rel="nofollow">http://www.boost.org/doc/libs/1_51_0/doc/html/boost_asio/tutorial.html</a></p>
<p>Musst halt nur erstmal Boost installieren, aber das musst du irgendwann sowieso <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
<blockquote>
<p>Muss ich noch irgendwie die Cookies verwalten oder so was?</p>
</blockquote>
<p>Gleich kommt ein cooky... <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f921.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--clown_face"
      title=":clown:"
      alt="🤡"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2266049</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2266049</guid><dc:creator><![CDATA[Sone]]></dc:creator><pubDate>Wed, 31 Oct 2012 18:26:05 GMT</pubDate></item><item><title><![CDATA[Reply to C++ Sockets on Wed, 31 Oct 2012 18:43:58 GMT]]></title><description><![CDATA[<p>Ich bin echt Noob was bringen also diese Cookies oder was bringen die.<br />
Wenn ich mit ein Browsergame Arbeite brauch ich die dann eventuell?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2266055</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2266055</guid><dc:creator><![CDATA[CraftPlorer]]></dc:creator><pubDate>Wed, 31 Oct 2012 18:43:58 GMT</pubDate></item><item><title><![CDATA[Reply to C++ Sockets on Wed, 31 Oct 2012 18:49:16 GMT]]></title><description><![CDATA[<p>CraftPlorer schrieb:</p>
<blockquote>
<p>Ich bin echt Noob was bringen also diese Cookies oder was bringen die.<br />
Wenn ich mit ein Browsergame Arbeite brauch ich die dann eventuell?</p>
</blockquote>
<p>Haha, es war nur ein Witz.<br />
Aber guck dir doch mal auf Wikipedia an was cookies sind.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2266056</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2266056</guid><dc:creator><![CDATA[Sone]]></dc:creator><pubDate>Wed, 31 Oct 2012 18:49:16 GMT</pubDate></item><item><title><![CDATA[Reply to C++ Sockets on Wed, 31 Oct 2012 19:00:16 GMT]]></title><description><![CDATA[<p>Ok ich google mal.<br />
Ich hab mal ein bisschen gegooglt und man hört über die Boost Library ja nicht wirklich über all was gutes. Sind das nur die Standard Hater?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2266057</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2266057</guid><dc:creator><![CDATA[CraftPlorer]]></dc:creator><pubDate>Wed, 31 Oct 2012 19:00:16 GMT</pubDate></item><item><title><![CDATA[Reply to C++ Sockets on Wed, 31 Oct 2012 19:36:39 GMT]]></title><description><![CDATA[<p>CraftPlorer schrieb:</p>
<blockquote>
<p>Sind das nur die Standard Hater?</p>
</blockquote>
<p>Jup. Auch wenn Boost zum Teil verbesserbar ist (sein soll), sind die Boost Libs Standard für jeden C++-Programmierer. Viel was im neuen Standard dazu kam war von Boost übernommen <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2266064</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2266064</guid><dc:creator><![CDATA[Sone]]></dc:creator><pubDate>Wed, 31 Oct 2012 19:36:39 GMT</pubDate></item><item><title><![CDATA[Reply to C++ Sockets on Wed, 31 Oct 2012 20:01:24 GMT]]></title><description><![CDATA[<p>Wie ich mich schon freu noch mehr Kram zu lernen <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /><br />
EDIT: Hat sich schon geklärt. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2266068</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2266068</guid><dc:creator><![CDATA[CraftPlorer]]></dc:creator><pubDate>Wed, 31 Oct 2012 20:01:24 GMT</pubDate></item><item><title><![CDATA[Reply to C++ Sockets on Wed, 31 Oct 2012 20:02:59 GMT]]></title><description><![CDATA[<p>Ein synchroner Client der die Tageszeit per TCP-Socket abfragt. Wieso da keine IP vorkommt? Lies doch mal den Dritten Satz:</p>
<blockquote>
<p>The purpose of this application is to access a daytime service, <strong>so we need the user to specify the server.</strong></p>
</blockquote>
<p>Glaub mir, die Tutorials sind die besten dazu (danach kommen vielleicht die Highscore-Tutorials...). Und Boost.Asio ist mehr oder weniger Standard für Netzwerkapplikationen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2266069</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2266069</guid><dc:creator><![CDATA[Sone]]></dc:creator><pubDate>Wed, 31 Oct 2012 20:02:59 GMT</pubDate></item><item><title><![CDATA[Reply to C++ Sockets on Wed, 31 Oct 2012 21:58:02 GMT]]></title><description><![CDATA[<p><a href="http://beej.us/guide/bgnet/output/html/multipage/index.html" rel="nofollow">http://beej.us/guide/bgnet/output/html/multipage/index.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2266089</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2266089</guid><dc:creator><![CDATA[knivil]]></dc:creator><pubDate>Wed, 31 Oct 2012 21:58:02 GMT</pubDate></item></channel></rss>