<?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[Heute angefangen: DevC++: Dos-Fenster schließt sofort und #include &amp;lt;string&amp;gt; nicht bekannt]]></title><description><![CDATA[<p>Hallo, ich habe grade mit dem Tutorial von schornboeck angefangen...<br />
also wenn ich ein quellcode schreibe und den compiliere und ausführe, gebe ich halt meine daten ein und nach der ausgabe beendet sofort das programm.<br />
mit welchem syntax halte ich das Programm an?<br />
probiert habe ich mit cin.get() wie bei der ersten aufgabe. Funktioniert bloß nicht... Woran liegts?</p>
<p>und #include &lt;string&gt; scheint nicht bekannt zu sein in Dev C++</p>
<p>mfg Baststar</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/124838/heute-angefangen-devc-dos-fenster-schließt-sofort-und-include-lt-string-gt-nicht-bekannt</link><generator>RSS for Node</generator><lastBuildDate>Mon, 24 Aug 2026 02:36:53 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/124838.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 31 Oct 2005 21:05:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Heute angefangen: DevC++: Dos-Fenster schließt sofort und #include &amp;lt;string&amp;gt; nicht bekannt on Mon, 31 Oct 2005 21:07:31 GMT]]></title><description><![CDATA[<p>Hallo, ich habe grade mit dem Tutorial von schornboeck angefangen...<br />
also wenn ich ein quellcode schreibe und den compiliere und ausführe, gebe ich halt meine daten ein und nach der ausgabe beendet sofort das programm.<br />
mit welchem syntax halte ich das Programm an?<br />
probiert habe ich mit cin.get() wie bei der ersten aufgabe. Funktioniert bloß nicht... Woran liegts?</p>
<p>und #include &lt;string&gt; scheint nicht bekannt zu sein in Dev C++</p>
<p>mfg Baststar</p>
]]></description><link>https://www.c-plusplus.net/forum/post/905159</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/905159</guid><dc:creator><![CDATA[Baststar]]></dc:creator><pubDate>Mon, 31 Oct 2005 21:07:31 GMT</pubDate></item><item><title><![CDATA[Reply to Heute angefangen: DevC++: Dos-Fenster schließt sofort und #include &amp;lt;string&amp;gt; nicht bekannt on Mon, 31 Oct 2005 21:14:22 GMT]]></title><description><![CDATA[<p>Nimm zum anhalten system(&quot;pause&quot;).<br />
String sollte eigentlich bekannt sein.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/905183</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/905183</guid><dc:creator><![CDATA[system(pause)]]></dc:creator><pubDate>Mon, 31 Oct 2005 21:14:22 GMT</pubDate></item><item><title><![CDATA[Reply to Heute angefangen: DevC++: Dos-Fenster schließt sofort und #include &amp;lt;string&amp;gt; nicht bekannt on Mon, 31 Oct 2005 21:17:13 GMT]]></title><description><![CDATA[<p>hab mal in den ordner geguckt<br />
string ist nicht vorhanden. nur von C string.h</p>
<p>aber danke schonmal für system(&quot;pause&quot;)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/905192</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/905192</guid><dc:creator><![CDATA[Baststar]]></dc:creator><pubDate>Mon, 31 Oct 2005 21:17:13 GMT</pubDate></item><item><title><![CDATA[Reply to Heute angefangen: DevC++: Dos-Fenster schließt sofort und #include &amp;lt;string&amp;gt; nicht bekannt on Mon, 31 Oct 2005 21:22:33 GMT]]></title><description><![CDATA[<p>vermutlich noch was im tastatur puffer -pack doch 2mal cin.get() hin oder leer ihn halt (siehe dazu auch faq) -ist zumindest besser als der system() krams.<br />
zu deinem string prob: schon mal mit using namespace std; versucht? (tipp: die datei &lt;string&gt; befindet sich im unterordner c++)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/905210</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/905210</guid><dc:creator><![CDATA[Cpt. Tanga]]></dc:creator><pubDate>Mon, 31 Oct 2005 21:22:33 GMT</pubDate></item><item><title><![CDATA[Reply to Heute angefangen: DevC++: Dos-Fenster schließt sofort und #include &amp;lt;string&amp;gt; nicht bekannt on Mon, 31 Oct 2005 21:45:33 GMT]]></title><description><![CDATA[<p>also 2 mal cin.get() funktioniert, aber auch nicht so hübsch, oder?<br />
also mit cin.clear() und dann noch cin.get() oder wie?</p>
<p>im c++ ordner hab ich ja geschaut, da sind ja auch die anderen, bloß halt nicht die string-datei</p>
<p>mfg Baststar</p>
]]></description><link>https://www.c-plusplus.net/forum/post/905278</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/905278</guid><dc:creator><![CDATA[Baststar]]></dc:creator><pubDate>Mon, 31 Oct 2005 21:45:33 GMT</pubDate></item><item><title><![CDATA[Reply to Heute angefangen: DevC++: Dos-Fenster schließt sofort und #include &amp;lt;string&amp;gt; nicht bekannt on Mon, 31 Oct 2005 22:35:42 GMT]]></title><description><![CDATA[<p>welcher compiler?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/905334</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/905334</guid><dc:creator><![CDATA[otze]]></dc:creator><pubDate>Mon, 31 Oct 2005 22:35:42 GMT</pubDate></item><item><title><![CDATA[Reply to Heute angefangen: DevC++: Dos-Fenster schließt sofort und #include &amp;lt;string&amp;gt; nicht bekannt on Mon, 31 Oct 2005 23:31:33 GMT]]></title><description><![CDATA[<p>naja halt dev c++<br />
aber werde demnächst mit visual studio 6 prof &quot;arbeiten&quot;. da sollte es ja wohl drin sein</p>
]]></description><link>https://www.c-plusplus.net/forum/post/905354</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/905354</guid><dc:creator><![CDATA[Baststar]]></dc:creator><pubDate>Mon, 31 Oct 2005 23:31:33 GMT</pubDate></item><item><title><![CDATA[Reply to Heute angefangen: DevC++: Dos-Fenster schließt sofort und #include &amp;lt;string&amp;gt; nicht bekannt on Tue, 01 Nov 2005 06:42:19 GMT]]></title><description><![CDATA[<p>installier den Dev-c++ neu, bzw hol dir gleich ne anständige ide <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 bitte nicht vc6-zurück in die Steinzeit <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>
]]></description><link>https://www.c-plusplus.net/forum/post/905395</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/905395</guid><dc:creator><![CDATA[otze]]></dc:creator><pubDate>Tue, 01 Nov 2005 06:42:19 GMT</pubDate></item><item><title><![CDATA[Reply to Heute angefangen: DevC++: Dos-Fenster schließt sofort und #include &amp;lt;string&amp;gt; nicht bekannt on Tue, 01 Nov 2005 09:22:24 GMT]]></title><description><![CDATA[<p>du könntest ja mal in deine DevC++ verzeichnis in include/c++/3.4.2 schauen da gibts eine Datei die nur string heist. ( Der DevC++ zeigt die nicht an weil sie <strong>keine</strong> endung hat ( .h ) ausser du lässt dir &quot;Alle Dateien&quot; anzeigen )</p>
]]></description><link>https://www.c-plusplus.net/forum/post/905468</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/905468</guid><dc:creator><![CDATA[evilissimo]]></dc:creator><pubDate>Tue, 01 Nov 2005 09:22:24 GMT</pubDate></item><item><title><![CDATA[Reply to Heute angefangen: DevC++: Dos-Fenster schließt sofort und #include &amp;lt;string&amp;gt; nicht bekannt on Tue, 01 Nov 2005 12:03:52 GMT]]></title><description><![CDATA[<p>Starte Dein Programm halt von der Dos-Konsole aus, dann brauchst Du kein System(&quot;Pause&quot;) usw...</p>
<p>VC++ 6.0 rockt- den benutze ich immer noch <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>
]]></description><link>https://www.c-plusplus.net/forum/post/905606</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/905606</guid><dc:creator><![CDATA[cmdline]]></dc:creator><pubDate>Tue, 01 Nov 2005 12:03:52 GMT</pubDate></item><item><title><![CDATA[Reply to Heute angefangen: DevC++: Dos-Fenster schließt sofort und #include &amp;lt;string&amp;gt; nicht bekannt on Tue, 01 Nov 2005 12:18:41 GMT]]></title><description><![CDATA[<p>cmdline schrieb:</p>
<blockquote>
<p>VC++ 6.0 rockt- den benutze ich immer noch <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>
</blockquote>
<p>Selbst schuld!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/905620</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/905620</guid><dc:creator><![CDATA[.filmor]]></dc:creator><pubDate>Tue, 01 Nov 2005 12:18:41 GMT</pubDate></item><item><title><![CDATA[Reply to Heute angefangen: DevC++: Dos-Fenster schließt sofort und #include &amp;lt;string&amp;gt; nicht bekannt on Tue, 01 Nov 2005 12:24:37 GMT]]></title><description><![CDATA[<p>.filmor schrieb:</p>
<blockquote>
<p>cmdline schrieb:</p>
<blockquote>
<p>VC++ 6.0 rockt- den benutze ich immer noch <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>
</blockquote>
<p>Selbst schuld!</p>
</blockquote>
<p>flame woanders</p>
]]></description><link>https://www.c-plusplus.net/forum/post/905633</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/905633</guid><dc:creator><![CDATA[Pellaeon]]></dc:creator><pubDate>Tue, 01 Nov 2005 12:24:37 GMT</pubDate></item></channel></rss>