<?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[array mit cin belegen]]></title><description><![CDATA[<p>hi,</p>
<p>ich habe deklariert:</p>
<p>char caEingabe[256];</p>
<p>und frage einen text ab mit:</p>
<p>cin &gt;&gt; caEingabe;</p>
<p>nur es werden bei &quot;cin&quot; whitespaces (leerstellen) ignoriert,<br />
ich möchte, dass er den text, so wie er ist, mit leerstellen in array caEingabe speichert</p>
<p>wie mache ich das?</p>
<p>gruß</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/239961/array-mit-cin-belegen</link><generator>RSS for Node</generator><lastBuildDate>Tue, 22 Sep 2026 06:25:42 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/239961.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 29 Apr 2009 22:14:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to array mit cin belegen on Wed, 29 Apr 2009 22:14:58 GMT]]></title><description><![CDATA[<p>hi,</p>
<p>ich habe deklariert:</p>
<p>char caEingabe[256];</p>
<p>und frage einen text ab mit:</p>
<p>cin &gt;&gt; caEingabe;</p>
<p>nur es werden bei &quot;cin&quot; whitespaces (leerstellen) ignoriert,<br />
ich möchte, dass er den text, so wie er ist, mit leerstellen in array caEingabe speichert</p>
<p>wie mache ich das?</p>
<p>gruß</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1703404</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1703404</guid><dc:creator><![CDATA[apfelsaft1234]]></dc:creator><pubDate>Wed, 29 Apr 2009 22:14:58 GMT</pubDate></item><item><title><![CDATA[Reply to array mit cin belegen on Wed, 29 Apr 2009 22:16:31 GMT]]></title><description><![CDATA[<p>std::getline <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="🙂"
    /> edit: <a href="http://cplusplus.com/reference/string/getline/" rel="nofollow">http://cplusplus.com/reference/string/getline/</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1703405</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1703405</guid><dc:creator><![CDATA[Badestrand]]></dc:creator><pubDate>Wed, 29 Apr 2009 22:16:31 GMT</pubDate></item></channel></rss>