<?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[Farbige schriften in der konsole + töne !]]></title><description><![CDATA[<p>Hallo,</p>
<p>will mein KONSOLEN-Programm ein bißchen &quot;pimpen&quot; und schrift in einer anderen farbe verwenden! wie mache ich das?</p>
<p>dann würde ich noch gerne bei ausführung des programms ein Ton bzw. Töne oder gar Musik erklingen lassen!</p>
<p>Bitte so einfach wie möglich, bin absoluter anfänger!</p>
<p>danke und gruß</p>
<p>björn</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/122540/farbige-schriften-in-der-konsole-töne</link><generator>RSS for Node</generator><lastBuildDate>Sun, 23 Aug 2026 07:14:04 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/122540.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 06 Oct 2005 18:55:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Farbige schriften in der konsole + töne ! on Thu, 06 Oct 2005 18:55:57 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>will mein KONSOLEN-Programm ein bißchen &quot;pimpen&quot; und schrift in einer anderen farbe verwenden! wie mache ich das?</p>
<p>dann würde ich noch gerne bei ausführung des programms ein Ton bzw. Töne oder gar Musik erklingen lassen!</p>
<p>Bitte so einfach wie möglich, bin absoluter anfänger!</p>
<p>danke und gruß</p>
<p>björn</p>
]]></description><link>https://www.c-plusplus.net/forum/post/886665</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/886665</guid><dc:creator><![CDATA[Bjoern1982]]></dc:creator><pubDate>Thu, 06 Oct 2005 18:55:57 GMT</pubDate></item><item><title><![CDATA[Reply to Farbige schriften in der konsole + töne ! on Thu, 06 Oct 2005 19:03:08 GMT]]></title><description><![CDATA[<p>Für Sound (windows):</p>
<pre><code class="language-cpp">#include &lt;windows.h&gt;

int main()
{
  PlaySound( &quot;PfadZurSoundDatei&quot;, NULL, SND_FILENAME );
}
</code></pre>
<p>Für Farbe unter Windows schauste mal in die FAQ vom Konsolenforum.</p>
<p>Unter Linux verwendet man dafür &quot;ncurses&quot;.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/886668</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/886668</guid><dc:creator><![CDATA[User---]]></dc:creator><pubDate>Thu, 06 Oct 2005 19:03:08 GMT</pubDate></item><item><title><![CDATA[Reply to Farbige schriften in der konsole + töne ! on Fri, 07 Oct 2005 15:39:03 GMT]]></title><description><![CDATA[<p>Auf <a href="http://www.Gametutorials.com" rel="nofollow">www.Gametutorials.com</a> findest du ne ganze Menge, wie du Farben der Console änderst, mp3 abspielst und viels mehr.</p>
<p>(Für Farbe kann man glaube SetConsoleHandle(...) benutzen)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/887215</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/887215</guid><dc:creator><![CDATA[Tc++H]]></dc:creator><pubDate>Fri, 07 Oct 2005 15:39:03 GMT</pubDate></item></channel></rss>