<?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[ton ausgeben]]></title><description><![CDATA[<p>Das achte zeichen sollte ja für einen ton stehen, aber da kommt keiner.<br />
Auf nem andern Pc (IBM) geht der ton.<br />
Ich hab Toshiba.</p>
<pre><code class="language-cpp">#include &lt;iostream&gt;
using namespace std;

int main()
{
char a;
for(int i = 0; i&lt;15; i++)
{
a = i;
cout&lt;&lt;a&lt;&lt;endl;
cin.get();
}
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/191783/ton-ausgeben</link><generator>RSS for Node</generator><lastBuildDate>Sun, 27 Sep 2026 04:35:42 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/191783.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 06 Sep 2007 13:20:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ton ausgeben on Thu, 06 Sep 2007 13:20:13 GMT]]></title><description><![CDATA[<p>Das achte zeichen sollte ja für einen ton stehen, aber da kommt keiner.<br />
Auf nem andern Pc (IBM) geht der ton.<br />
Ich hab Toshiba.</p>
<pre><code class="language-cpp">#include &lt;iostream&gt;
using namespace std;

int main()
{
char a;
for(int i = 0; i&lt;15; i++)
{
a = i;
cout&lt;&lt;a&lt;&lt;endl;
cin.get();
}
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1360228</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1360228</guid><dc:creator><![CDATA[l4me]]></dc:creator><pubDate>Thu, 06 Sep 2007 13:20:13 GMT</pubDate></item><item><title><![CDATA[Reply to ton ausgeben on Thu, 06 Sep 2007 13:21:43 GMT]]></title><description><![CDATA[<p>hat der PC denn einen eingebauten lautsprecher???</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1360231</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1360231</guid><dc:creator><![CDATA[rtztrgtr]]></dc:creator><pubDate>Thu, 06 Sep 2007 13:21:43 GMT</pubDate></item><item><title><![CDATA[Reply to ton ausgeben on Thu, 06 Sep 2007 15:34:38 GMT]]></title><description><![CDATA[<p>ja ich denke schon. ich kann mir ja auch sonst sachen anhören ohne nochwas anzustecken.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1360326</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1360326</guid><dc:creator><![CDATA[l4me]]></dc:creator><pubDate>Thu, 06 Sep 2007 15:34:38 GMT</pubDate></item><item><title><![CDATA[Reply to ton ausgeben on Thu, 06 Sep 2007 15:40:34 GMT]]></title><description><![CDATA[<p>Teste mal:</p>
<pre><code class="language-cpp">cout &lt;&lt; &quot;\a&quot;;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1360330</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1360330</guid><dc:creator><![CDATA[langeweile]]></dc:creator><pubDate>Thu, 06 Sep 2007 15:40:34 GMT</pubDate></item><item><title><![CDATA[Reply to ton ausgeben on Thu, 06 Sep 2007 15:47:35 GMT]]></title><description><![CDATA[<p>nope, nada</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1360339</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1360339</guid><dc:creator><![CDATA[l4me]]></dc:creator><pubDate>Thu, 06 Sep 2007 15:47:35 GMT</pubDate></item></channel></rss>