<?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[server client verbindung in c++]]></title><description><![CDATA[<p>Hi leute kann mir mal jmd sagen wie ich in c++ eine server client verbindung über ein netzwerk herstellen kann? ich hab schon gehört das das irgendwie mit sockets oder so gehn muss aber ich weis nicht mehr... mir ist es auch wichtig das es c++ ist und nicht c weil ich c++ generell besser finde! Kann mir vll sogar jmd ein buch bzw. tutorial empfehlen?<br />
Albert</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/172822/server-client-verbindung-in-c</link><generator>RSS for Node</generator><lastBuildDate>Mon, 06 Jul 2026 09:49:42 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/172822.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 08 Feb 2007 18:14:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to server client verbindung in c++ on Thu, 08 Feb 2007 18:14:48 GMT]]></title><description><![CDATA[<p>Hi leute kann mir mal jmd sagen wie ich in c++ eine server client verbindung über ein netzwerk herstellen kann? ich hab schon gehört das das irgendwie mit sockets oder so gehn muss aber ich weis nicht mehr... mir ist es auch wichtig das es c++ ist und nicht c weil ich c++ generell besser finde! Kann mir vll sogar jmd ein buch bzw. tutorial empfehlen?<br />
Albert</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1225228</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1225228</guid><dc:creator><![CDATA[albertk13]]></dc:creator><pubDate>Thu, 08 Feb 2007 18:14:48 GMT</pubDate></item><item><title><![CDATA[Reply to server client verbindung in c++ on Thu, 08 Feb 2007 18:25:53 GMT]]></title><description><![CDATA[<blockquote>
<p>mir ist es auch wichtig das es c++ ist und nicht c weil ich c++ generell besser finde!</p>
</blockquote>
<p>Coole Begründung ... ich find meine Zhal beim Lotto generell besser ... deswegen will ICH die Millionen...</p>
<p>So ... bei Windows gehts mit WinSocks ... bei UNIX einfach mit Sockets ... such einfach mal danach hier im Forum und bei google ... steht genug gutes zu ...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1225240</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1225240</guid><dc:creator><![CDATA[*D*Evil]]></dc:creator><pubDate>Thu, 08 Feb 2007 18:25:53 GMT</pubDate></item><item><title><![CDATA[Reply to server client verbindung in c++ on Thu, 08 Feb 2007 18:38:14 GMT]]></title><description><![CDATA[<p><a href="http://www.c-worker.ch/tuts/wstut_op.php" rel="nofollow">http://www.c-worker.ch/tuts/wstut_op.php</a></p>
<p>aber als herausforderung kannst du daraus ja mal eine c++ klasse machen, oder 2 bzw. mehrere. mit sinnvoller vererbung^^</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1225246</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1225246</guid><dc:creator><![CDATA[istzwarC]]></dc:creator><pubDate>Thu, 08 Feb 2007 18:38:14 GMT</pubDate></item><item><title><![CDATA[Reply to server client verbindung in c++ on Thu, 08 Feb 2007 18:39:06 GMT]]></title><description><![CDATA[<p><a href="http://linuxgazette.net/issue74/tougher.html" rel="nofollow">http://linuxgazette.net/issue74/tougher.html</a></p>
<p>find ich nicht schlecht</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1225248</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1225248</guid><dc:creator><![CDATA[Kopfgeldjaeger]]></dc:creator><pubDate>Thu, 08 Feb 2007 18:39:06 GMT</pubDate></item><item><title><![CDATA[Reply to server client verbindung in c++ on Thu, 08 Feb 2007 19:20:23 GMT]]></title><description><![CDATA[<p>Lass dich nicht verarschen.</p>
<p>Du kannst Netzwerk-Programmierung in C++ z.B. mit der asio-Bibliothek machen. Schau mal hier:</p>
<p><a href="http://asio.sf.net" rel="nofollow">http://asio.sf.net</a></p>
<p>Eine Einführung und Tutorial und Beispiele findest du hier:<br />
<a href="http://asio.sourceforge.net/asio-0.3.7/doc/tutorial/index.html" rel="nofollow">http://asio.sourceforge.net/asio-0.3.7/doc/tutorial/index.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1225283</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1225283</guid><dc:creator><![CDATA[Artchi]]></dc:creator><pubDate>Thu, 08 Feb 2007 19:20:23 GMT</pubDate></item><item><title><![CDATA[Reply to server client verbindung in c++ on Thu, 08 Feb 2007 19:51:15 GMT]]></title><description><![CDATA[<p>@ istzwarC -&gt;trotzdem danke ich probiers mal aus<br />
@ All -&gt;ich find es zwar net das ihr mir links schickt aber ich bin in da 8ten klasse und kann noch nicht so gut englisch das ich das alles verstehen würde<br />
Albert</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1225309</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1225309</guid><dc:creator><![CDATA[albertk13]]></dc:creator><pubDate>Thu, 08 Feb 2007 19:51:15 GMT</pubDate></item><item><title><![CDATA[Reply to server client verbindung in c++ on Thu, 08 Feb 2007 20:18:54 GMT]]></title><description><![CDATA[<p>albertk13 schrieb:</p>
<blockquote>
<p>@ istzwarC -&gt;trotzdem danke ich probiers mal aus<br />
@ All -&gt;ich find es zwar net das ihr mir links schickt aber ich bin in da 8ten klasse und kann noch nicht so gut englisch das ich das alles verstehen würde<br />
Albert</p>
</blockquote>
<p>früh übt sich, wenn du deine englisch kenntnisse mit it-englisch noch weiter ausbaust wird es dir sicherlich nicht schaden ;-). zudem ist englisch fundamental wichtig für die programmierung. das ganze öffentliche programmier know-how im internet besteht zum großteil aus englischen seiten.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1225323</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1225323</guid><dc:creator><![CDATA[hehehehe]]></dc:creator><pubDate>Thu, 08 Feb 2007 20:18:54 GMT</pubDate></item><item><title><![CDATA[Reply to server client verbindung in c++ on Thu, 08 Feb 2007 20:32:19 GMT]]></title><description><![CDATA[<p>Naja, in dem Alter sollte man das eigentlich zum größten Teil verstehen <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>
<p>Aber mein Bsp. ist sowieso zum größten Teil nur Code^^</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1225332</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1225332</guid><dc:creator><![CDATA[Kopfgeldjaeger]]></dc:creator><pubDate>Thu, 08 Feb 2007 20:32:19 GMT</pubDate></item><item><title><![CDATA[Reply to server client verbindung in c++ on Fri, 09 Feb 2007 13:07:40 GMT]]></title><description><![CDATA[<p>naja ich kanns ja mal probieren...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1225676</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1225676</guid><dc:creator><![CDATA[albertk13]]></dc:creator><pubDate>Fri, 09 Feb 2007 13:07:40 GMT</pubDate></item><item><title><![CDATA[Reply to server client verbindung in c++ on Sat, 10 Feb 2007 10:39:20 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=403" rel="nofollow">HumeSikkins</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=15" rel="nofollow">C++</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=8" rel="nofollow">Rund um die Programmierung</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1226088</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1226088</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Sat, 10 Feb 2007 10:39:20 GMT</pubDate></item></channel></rss>