<?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++ lernen?]]></title><description><![CDATA[<p>Hallo da ich gerne c++ lernen möchte, wollte ich mal hier fragen ob mir hier jemand einen guten Compiler und deutsche Tutorials für anfänger empfehlen kann. Ich weis nicht ob mir das was nützt aber ich hab schon Erfahrung mit PHP, deswegen wüsste ich auch gerne ob es auch wie für PHP code schnipsel gibt.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/118557/c-lernen</link><generator>RSS for Node</generator><lastBuildDate>Fri, 21 Aug 2026 11:22:37 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/118557.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 21 Aug 2005 22:03:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to C++ lernen? on Sun, 21 Aug 2005 22:03:05 GMT]]></title><description><![CDATA[<p>Hallo da ich gerne c++ lernen möchte, wollte ich mal hier fragen ob mir hier jemand einen guten Compiler und deutsche Tutorials für anfänger empfehlen kann. Ich weis nicht ob mir das was nützt aber ich hab schon Erfahrung mit PHP, deswegen wüsste ich auch gerne ob es auch wie für PHP code schnipsel gibt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/855709</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/855709</guid><dc:creator><![CDATA[lord_fritte]]></dc:creator><pubDate>Sun, 21 Aug 2005 22:03:05 GMT</pubDate></item><item><title><![CDATA[Reply to C++ lernen? on Sun, 21 Aug 2005 22:28:20 GMT]]></title><description><![CDATA[<p>Es gibt viele gute C++ Tutorials, auf der Homepage <a href="http://www.c-plusplus.net" rel="nofollow">www.c-plusplus.net</a> (unter tutorials/c++) findet man bereits etliche. Als Compiler ist GCC empfehlenswert (unter Windows die MinGW-Builds). Allgemeine Programmierkenntnis, wie man sie auch beim lernen von PHP erwirbt, kann natürlich auch nicht schaden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/855724</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/855724</guid><dc:creator><![CDATA[BloodLord]]></dc:creator><pubDate>Sun, 21 Aug 2005 22:28:20 GMT</pubDate></item><item><title><![CDATA[Reply to C++ lernen? on Sun, 21 Aug 2005 22:28:26 GMT]]></title><description><![CDATA[<p>Hallo,<br />
Einmal<br />
<a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-112134.html" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic-var-t-is-112134.html</a><br />
und<br />
<a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-41476.html" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic-var-t-is-41476.html</a></p>
<p>Tschau</p>
]]></description><link>https://www.c-plusplus.net/forum/post/855725</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/855725</guid><dc:creator><![CDATA[SchaugindieFaq]]></dc:creator><pubDate>Sun, 21 Aug 2005 22:28:26 GMT</pubDate></item><item><title><![CDATA[Reply to C++ lernen? on Sun, 21 Aug 2005 23:16:51 GMT]]></title><description><![CDATA[<p>Danke jetzt würde mich das noch mit denn code schnipsel interessieren, weil bei PHP hab ich die Erfahrung gemacht das ich das gut lernen kann, mit einem guten Tutorial/Buch und ein paar kleinen lauffähigen scripts an dennen ich rumbasteln und ausprobieren kann.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/855743</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/855743</guid><dc:creator><![CDATA[lord_fritte]]></dc:creator><pubDate>Sun, 21 Aug 2005 23:16:51 GMT</pubDate></item><item><title><![CDATA[Reply to C++ lernen? on Sun, 21 Aug 2005 23:28:13 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">// Wie codeschnipsel? ;)

#include &lt;iostream&gt;

using namespace std;

int main() {
    cout &lt;&lt; &quot;!dlroW olleH&quot; &lt;&lt; endl;

    // Insert whatever you like!
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/855746</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/855746</guid><dc:creator><![CDATA[BloodLord]]></dc:creator><pubDate>Sun, 21 Aug 2005 23:28:13 GMT</pubDate></item><item><title><![CDATA[Reply to C++ lernen? on Sun, 21 Aug 2005 23:32:23 GMT]]></title><description><![CDATA[<p>Wenn du nen guten Compiler willst, am besten mit einer sehr leistungsfähigen Entwicklungsumgebung:<br />
Auf der MSDN Homepage von MS gibts zurzeit MS Visual C++ 8.0 Express Beta 2 KOSTENLOS!<br />
Das ding ist allerbestens! zu 90% ISO Konform und die IDE ist wirklich erste Sahne!<br />
Achja, noch der Link:<br />
<a href="http://lab.msdn.microsoft.com/express/visualc/default.aspx" rel="nofollow">http://lab.msdn.microsoft.com/express/visualc/default.aspx</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/855747</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/855747</guid><dc:creator><![CDATA[Ger001]]></dc:creator><pubDate>Sun, 21 Aug 2005 23:32:23 GMT</pubDate></item><item><title><![CDATA[Reply to C++ lernen? on Mon, 22 Aug 2005 00:05:56 GMT]]></title><description><![CDATA[<p>danke letze frage sowas wie selfphp gibt es nicht für c++ oder?</p>
<p>ausserdem wenn man ein programm hat, wie bekommt man da eine grafische oberfläche hin?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/855751</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/855751</guid><dc:creator><![CDATA[lord_fritte]]></dc:creator><pubDate>Mon, 22 Aug 2005 00:05:56 GMT</pubDate></item><item><title><![CDATA[Reply to C++ lernen? on Mon, 22 Aug 2005 00:12:03 GMT]]></title><description><![CDATA[<p>Also wenn du ein C++ Nachschlagewerk suchst, dann heißt das MSDN Library, größer und besser gehts meiner Meinung nach nicht. Ist halt auch Englisch, aber ich denke das geht schon.<br />
Ansonsten musst du mal bei Google speziefisch suchen, mach ich immer dann, wenn eine Funktion/Klasse/Header nicht ausreichen dokumentiert ist in der MSDN, oder ich nicht ganz checke was da gemeint ist.</p>
<p>Tutorials gibts im Netz zu Hauf, ich kann dir da aber nicht weiterhelfen, ich bin mit dem Buch &quot;C++ in 21 Tagen&quot; von Jesse Liberty eingestiegen, kann dich aber gut verstehen, wenn du erstmal kein Geld dafür ausgeben willst.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/855754</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/855754</guid><dc:creator><![CDATA[Ger001]]></dc:creator><pubDate>Mon, 22 Aug 2005 00:12:03 GMT</pubDate></item><item><title><![CDATA[Reply to C++ lernen? on Mon, 22 Aug 2005 00:16:31 GMT]]></title><description><![CDATA[<p>das mit dem englich naja ich hab ne 4 aufm zeugnis und das mit dem boch naja erst mal internet wenn ich nähmlich die lust daran verliere hab ich hier ein buch rumliegen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/855756</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/855756</guid><dc:creator><![CDATA[lord_fritte]]></dc:creator><pubDate>Mon, 22 Aug 2005 00:16:31 GMT</pubDate></item><item><title><![CDATA[Reply to C++ lernen? on Mon, 22 Aug 2005 00:26:56 GMT]]></title><description><![CDATA[<p>Ach genau, ich hab deine grafische Oberfläche vergessen:<br />
Ist etwas komplizierter, da man die API (unter Windows die WinAPI) kennen und verstehen muss, damit kann man nicht Anfangen, ist genau wie man einem Kind nicht mit 8 Monaten Alkohol zu trinken gibt, es würde wahrscheinlich dran krepieren. Wenn ich ehrlich bin, ich meide die WinAPI wo ich kann, ebend weil ich sie nicht gut genug kenne um damit wirklich zu arbeiten.</p>
<p>Musst halt mal bei google nach c++ tutorials suchen. Bei ner 4 in Englisch kanns aber haarig werden, denn um Englisch rum zu kommen geht zwar bei Tutorials noch, aber speziellere Sachen werden problematisch.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/855758</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/855758</guid><dc:creator><![CDATA[Ger001]]></dc:creator><pubDate>Mon, 22 Aug 2005 00:26:56 GMT</pubDate></item><item><title><![CDATA[Reply to C++ lernen? on Mon, 22 Aug 2005 00:30:47 GMT]]></title><description><![CDATA[<p>ich hab grad eins gefunden <a href="http://tutorial.schornboeck.net/" rel="nofollow">http://tutorial.schornboeck.net/</a> aber gibt es bei C++ nicht irgendwie so ein template system? oder versteht man bei C++ unter Templates was anderes als bei PHP?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/855760</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/855760</guid><dc:creator><![CDATA[lord_fritte]]></dc:creator><pubDate>Mon, 22 Aug 2005 00:30:47 GMT</pubDate></item><item><title><![CDATA[Reply to C++ lernen? on Mon, 22 Aug 2005 01:01:02 GMT]]></title><description><![CDATA[<p>lord_fritte schrieb:</p>
<blockquote>
<p>ich hab grad eins gefunden <a href="http://tutorial.schornboeck.net/" rel="nofollow">http://tutorial.schornboeck.net/</a> aber gibt es bei C++ nicht irgendwie so ein template system? oder versteht man bei C++ unter Templates was anderes als bei PHP?</p>
</blockquote>
<p>was ganz anderes.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/855763</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/855763</guid><dc:creator><![CDATA[volkard]]></dc:creator><pubDate>Mon, 22 Aug 2005 01:01:02 GMT</pubDate></item><item><title><![CDATA[Reply to C++ lernen? on Mon, 22 Aug 2005 05:37:10 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/10237">@lord_fritte</a>:</p>
<p>wenn Du was mit Oberflächen machen willst, nimm nicht Mfc, sondern versuch lieber was mit Qt zu arbeiten. Es ist plattformunabhängig und bietet viele nette Features.<br />
(Außerdem ist es nicht von Microso$t <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>Ne kostenlose Version findest Du hier: <a href="http://www.trolltech.com/" rel="nofollow">http://www.trolltech.com/</a></p>
<p>Dazu gibt es auch ein sehr gutes Buch, das man mittlerweile auch downloaden kann: <a href="http://phptr.com/content/images/0131240722/downloads/blanchette_book.pdf" rel="nofollow">http://phptr.com/content/images/0131240722/downloads/blanchette_book.pdf</a><br />
Ist aber in Englisch.</p>
<p>Als kleinen Kommentar dazu: Mit Englisch mußt Du dich auseinandersetzen und so schwer ist es net. Hatte früher ne 5 auf Zeugnis <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>Ciao</p>
]]></description><link>https://www.c-plusplus.net/forum/post/855781</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/855781</guid><dc:creator><![CDATA[frosty]]></dc:creator><pubDate>Mon, 22 Aug 2005 05:37:10 GMT</pubDate></item><item><title><![CDATA[Reply to C++ lernen? on Mon, 22 Aug 2005 06:44:59 GMT]]></title><description><![CDATA[<p>frosty schrieb:</p>
<blockquote>
<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/10237">@lord_fritte</a>:</p>
<p>wenn Du was mit Oberflächen machen willst, nimm nicht Mfc</p>
</blockquote>
<p>Hinweis: Bei Visual Studio 2005 steht Windows.Forms im Vordergrund.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/855799</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/855799</guid><dc:creator><![CDATA[Michael E.]]></dc:creator><pubDate>Mon, 22 Aug 2005 06:44:59 GMT</pubDate></item></channel></rss>