<?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[Warum schließt sich mein Programm? (C++, SFML)]]></title><description><![CDATA[<p>Hallo das Fenster was ich geschrieben habe schließt sich nach ein paar sekunden<br />
Es ist mit C++ und SFML geschrieben.</p>
<pre><code>#include &lt;SFML/Graphics.hpp&gt;
    int main(){
sf::RenderWindow window(sf::VideoMode(200, 200), &quot;Title&quot;);
while (window.isOpen()) {
}

return 0;
}
</code></pre>
<p>Die Ausgabe:<br />
The Thread 0x3308 has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x36bc has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x39e4 has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x32c0 has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x4ed8 has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x1408 has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x2988 has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x1fb8 has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x4708 has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x3808 has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x21f0 has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x2620 has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x135c has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0xca4 has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x300c has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x405c has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0xc84 has ended with the code -1073740777 (0xc0000417).<br />
The program &quot;[19804] GameDevelopment.exe&quot; was closed with the code -1073741510 (0xc000013a).</p>
<p>Was eventuell noch wichtig ist:<br />
So geht es aber damit kann man ja keine Sprites usw drawen:</p>
<pre><code>#include &lt;SFML/Graphics.hpp&gt;
    int main(){
sf::Window window(sf::VideoMode(200, 200), &quot;Title&quot;);
while (window.isOpen()) {
}

return 0;
}
</code></pre>
<p>Ich brauche dringend hilfe ich weiß nämlich nicht womit ich sonst Spiele coden soll als mit SFML was bei mir ja nicht richtig Funktioniert. Ich habe schon auf mehreren anderen Seiten gefragt die mir nicht helfen konnten.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/338812/warum-schließt-sich-mein-programm-c-sfml</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 04:37:47 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/338812.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 12 Jul 2016 13:03:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Warum schließt sich mein Programm? (C++, SFML) on Tue, 12 Jul 2016 13:03:01 GMT]]></title><description><![CDATA[<p>Hallo das Fenster was ich geschrieben habe schließt sich nach ein paar sekunden<br />
Es ist mit C++ und SFML geschrieben.</p>
<pre><code>#include &lt;SFML/Graphics.hpp&gt;
    int main(){
sf::RenderWindow window(sf::VideoMode(200, 200), &quot;Title&quot;);
while (window.isOpen()) {
}

return 0;
}
</code></pre>
<p>Die Ausgabe:<br />
The Thread 0x3308 has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x36bc has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x39e4 has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x32c0 has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x4ed8 has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x1408 has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x2988 has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x1fb8 has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x4708 has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x3808 has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x21f0 has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x2620 has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x135c has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0xca4 has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x300c has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0x405c has ended with the code -1073740777 (0xc0000417).<br />
The Thread 0xc84 has ended with the code -1073740777 (0xc0000417).<br />
The program &quot;[19804] GameDevelopment.exe&quot; was closed with the code -1073741510 (0xc000013a).</p>
<p>Was eventuell noch wichtig ist:<br />
So geht es aber damit kann man ja keine Sprites usw drawen:</p>
<pre><code>#include &lt;SFML/Graphics.hpp&gt;
    int main(){
sf::Window window(sf::VideoMode(200, 200), &quot;Title&quot;);
while (window.isOpen()) {
}

return 0;
}
</code></pre>
<p>Ich brauche dringend hilfe ich weiß nämlich nicht womit ich sonst Spiele coden soll als mit SFML was bei mir ja nicht richtig Funktioniert. Ich habe schon auf mehreren anderen Seiten gefragt die mir nicht helfen konnten.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2502015</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2502015</guid><dc:creator><![CDATA[niehoelzz]]></dc:creator><pubDate>Tue, 12 Jul 2016 13:03:01 GMT</pubDate></item><item><title><![CDATA[Reply to Warum schließt sich mein Programm? (C++, SFML) on Tue, 12 Jul 2016 13:32:06 GMT]]></title><description><![CDATA[<p>Schon mal probiert, eine event loop einzubauen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2502035</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2502035</guid><dc:creator><![CDATA[happen]]></dc:creator><pubDate>Tue, 12 Jul 2016 13:32:06 GMT</pubDate></item></channel></rss>