<?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[Seltsamer Error --&amp;gt; Google spuckt nichts aus]]></title><description><![CDATA[<p>Hallo Leute! <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>
<p>ich verushce gerdae ein Programm z uschreiben, alllerdings ist diesmal irendwas anders als bei anderen Projekten...<br />
Hier einmal das \1:</p>
<pre><code>// IP Suffix.cpp : Definiert den Einstiegspunkt für die Konsolenanwendung.
//

#include &quot;stdafx.h&quot;
#include &quot;iostream&quot;
#include &quot;stdio.h&quot;
#include &quot;windows.h&quot;
#include &lt;string&gt;
#include &lt;tchar.h&gt;
#include &lt;math.h&gt;
#include &lt;cmath&gt;
#include &lt;mmsystem.h&gt;
#include &lt;cstdlib&gt;
#include &lt;fstream&gt;
using namespace std;

/* UMLAUTE!

	Ä = 8E
	ä = 84
	Ö = 99
	ö = 94
	Ü = 9A
	ü = 81
	ß = E1
*/

int _tmain(int argc, _TCHAR* argv[])
{
	int a;
	int b = 0;
	int c = 0;
	string user;

	system(&quot;color 0a&quot;);
	system (&quot;title Einfach mal versuchen&quot;);
	system(&quot;cls&quot;);
	cout &lt;&lt; &quot;Please say Hello and log in!&quot;&lt;&lt; endl;
	cout &lt;&lt; endl;
	cout &lt;&lt; &quot;User: &quot;;
	cin &gt;&gt; user;
	cout &lt;&lt; &quot;Logging in as &gt; &quot; &lt;&lt; user &lt;&lt; &quot; &lt;.&quot; &lt;&lt; endl;
	cout &lt;&lt; &quot;Please log in!&quot; &lt;&lt; endl;
	cout &lt;&lt; endl;
	cout &lt;&lt; &quot;Password: &quot;;
	cin &gt;&gt; a;
	cout &lt;&lt; &quot;Test123&quot; &lt;&lt; endl;
	Sleep(8000);
	system(&quot;cls&quot;);

login:

	cout &lt;&lt; &quot;Verbinden zum Server&quot; &lt;&lt; endl;
	cout &lt;&lt; &quot;Verbindungsprozess: &quot;&lt;&lt; b &lt;&lt; &quot;%&quot; &lt;&lt; endl;
	Sleep(5000);
	system(&quot;cls&quot;);

	if (b != 100)
		{
			c = b + 5;
			c = b;
			goto login;
		}
	else if (b == 100)
		{
			goto goto1;
		}

goto1:
	system(&quot;cls&quot;);
	cout &lt;&lt; &quot;Eingeloggt!&quot; &lt;&lt; endl;
	system(&quot;pause&quot;);

	return 0;
}
</code></pre>
<p>Und ier jetzt die Error Meldungen:</p>
<blockquote>
<p>&quot;IP Suffix.exe&quot;: &quot;ImageAtBase0x4a7f0000&quot; geladen, Der Ladevorgang wurde durch die Einstellung zum Einschließen/Ausschließen deaktiviert.<br />
&quot;IP Suffix.exe&quot;: &quot;ImageAtBase0x4a7f0000&quot; entladen.<br />
&quot;IP Suffix.exe&quot;: &quot;ImageAtBase0x49ea0000&quot; geladen, Der Ladevorgang wurde durch die Einstellung zum Einschließen/Ausschließen deaktiviert.<br />
&quot;IP Suffix.exe&quot;: &quot;ImageAtBase0x49ea0000&quot; entladen.<br />
&quot;IP Suffix.exe&quot;: &quot;ImageAtBase0x4aa40000&quot; geladen, Der Ladevorgang wurde durch die Einstellung zum Einschließen/Ausschließen deaktiviert.<br />
&quot;IP Suffix.exe&quot;: &quot;ImageAtBase0x4aa40000&quot; entladen.<br />
Der Thread 'Win32-Thread' (0x186c) hat mit Code -1073741510 (0xc000013a) geendet.<br />
Das Programm &quot;[692] IP Suffix.exe: Systemeigen&quot; wurde mit Code -1073741510 (0xc000013a) beendet.</p>
</blockquote>
<p>Was ist das und wie kann ich das beheben?</p>
<p>Danke schonmal <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/topic/315306/seltsamer-error-gt-google-spuckt-nichts-aus</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Jul 2026 20:19:18 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/315306.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 29 Mar 2013 13:09:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Seltsamer Error --&amp;gt; Google spuckt nichts aus on Fri, 29 Mar 2013 13:10:31 GMT]]></title><description><![CDATA[<p>Hallo Leute! <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>
<p>ich verushce gerdae ein Programm z uschreiben, alllerdings ist diesmal irendwas anders als bei anderen Projekten...<br />
Hier einmal das \1:</p>
<pre><code>// IP Suffix.cpp : Definiert den Einstiegspunkt für die Konsolenanwendung.
//

#include &quot;stdafx.h&quot;
#include &quot;iostream&quot;
#include &quot;stdio.h&quot;
#include &quot;windows.h&quot;
#include &lt;string&gt;
#include &lt;tchar.h&gt;
#include &lt;math.h&gt;
#include &lt;cmath&gt;
#include &lt;mmsystem.h&gt;
#include &lt;cstdlib&gt;
#include &lt;fstream&gt;
using namespace std;

/* UMLAUTE!

	Ä = 8E
	ä = 84
	Ö = 99
	ö = 94
	Ü = 9A
	ü = 81
	ß = E1
*/

int _tmain(int argc, _TCHAR* argv[])
{
	int a;
	int b = 0;
	int c = 0;
	string user;

	system(&quot;color 0a&quot;);
	system (&quot;title Einfach mal versuchen&quot;);
	system(&quot;cls&quot;);
	cout &lt;&lt; &quot;Please say Hello and log in!&quot;&lt;&lt; endl;
	cout &lt;&lt; endl;
	cout &lt;&lt; &quot;User: &quot;;
	cin &gt;&gt; user;
	cout &lt;&lt; &quot;Logging in as &gt; &quot; &lt;&lt; user &lt;&lt; &quot; &lt;.&quot; &lt;&lt; endl;
	cout &lt;&lt; &quot;Please log in!&quot; &lt;&lt; endl;
	cout &lt;&lt; endl;
	cout &lt;&lt; &quot;Password: &quot;;
	cin &gt;&gt; a;
	cout &lt;&lt; &quot;Test123&quot; &lt;&lt; endl;
	Sleep(8000);
	system(&quot;cls&quot;);

login:

	cout &lt;&lt; &quot;Verbinden zum Server&quot; &lt;&lt; endl;
	cout &lt;&lt; &quot;Verbindungsprozess: &quot;&lt;&lt; b &lt;&lt; &quot;%&quot; &lt;&lt; endl;
	Sleep(5000);
	system(&quot;cls&quot;);

	if (b != 100)
		{
			c = b + 5;
			c = b;
			goto login;
		}
	else if (b == 100)
		{
			goto goto1;
		}

goto1:
	system(&quot;cls&quot;);
	cout &lt;&lt; &quot;Eingeloggt!&quot; &lt;&lt; endl;
	system(&quot;pause&quot;);

	return 0;
}
</code></pre>
<p>Und ier jetzt die Error Meldungen:</p>
<blockquote>
<p>&quot;IP Suffix.exe&quot;: &quot;ImageAtBase0x4a7f0000&quot; geladen, Der Ladevorgang wurde durch die Einstellung zum Einschließen/Ausschließen deaktiviert.<br />
&quot;IP Suffix.exe&quot;: &quot;ImageAtBase0x4a7f0000&quot; entladen.<br />
&quot;IP Suffix.exe&quot;: &quot;ImageAtBase0x49ea0000&quot; geladen, Der Ladevorgang wurde durch die Einstellung zum Einschließen/Ausschließen deaktiviert.<br />
&quot;IP Suffix.exe&quot;: &quot;ImageAtBase0x49ea0000&quot; entladen.<br />
&quot;IP Suffix.exe&quot;: &quot;ImageAtBase0x4aa40000&quot; geladen, Der Ladevorgang wurde durch die Einstellung zum Einschließen/Ausschließen deaktiviert.<br />
&quot;IP Suffix.exe&quot;: &quot;ImageAtBase0x4aa40000&quot; entladen.<br />
Der Thread 'Win32-Thread' (0x186c) hat mit Code -1073741510 (0xc000013a) geendet.<br />
Das Programm &quot;[692] IP Suffix.exe: Systemeigen&quot; wurde mit Code -1073741510 (0xc000013a) beendet.</p>
</blockquote>
<p>Was ist das und wie kann ich das beheben?</p>
<p>Danke schonmal <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/2310769</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2310769</guid><dc:creator><![CDATA[DjTranceSoldier]]></dc:creator><pubDate>Fri, 29 Mar 2013 13:10:31 GMT</pubDate></item><item><title><![CDATA[Reply to Seltsamer Error --&amp;gt; Google spuckt nichts aus on Fri, 29 Mar 2013 13:37:35 GMT]]></title><description><![CDATA[<p>OK, ich hätte wirklich nach #include &quot;iostream&quot; aufhören sollen zu lesen...<br />
Besorge dir mal ein vernünftiges Buch zu C oder C++, je nachdem was du lernen willst, und lerne es vernünftig! Nicht Copy&amp;Paste aus irgendwelchen Seiten.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2310773</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2310773</guid><dc:creator><![CDATA[Nathan]]></dc:creator><pubDate>Fri, 29 Mar 2013 13:37:35 GMT</pubDate></item><item><title><![CDATA[Reply to Seltsamer Error --&amp;gt; Google spuckt nichts aus on Fri, 29 Mar 2013 13:42:03 GMT]]></title><description><![CDATA[<p>Nathan schrieb:</p>
<blockquote>
<p>OK, ich hätte wirklich nach #include &quot;iostream&quot; aufhören sollen zu lesen...</p>
</blockquote>
<p>Das habe ich mir auch gedacht. DjTranceSoldier, der Code ist wikrlich schrecklich, ich weiß gar nicht wo man hier anfangen soll... wenn du C++ wirklich lernen willst, empfehle ich auch ein gutes Buch.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2310775</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2310775</guid><dc:creator><![CDATA[out]]></dc:creator><pubDate>Fri, 29 Mar 2013 13:42:03 GMT</pubDate></item><item><title><![CDATA[Reply to Seltsamer Error --&amp;gt; Google spuckt nichts aus on Fri, 29 Mar 2013 14:08:56 GMT]]></title><description><![CDATA[<p>Der Code ist grausam (und die Logik falsch), aber das erklärt noch nicht den Fehler. Google sagt, der Returncode steht dafür, dass man das Programm mit Ctrl+C unterbrochen hat. Kannst du damit was anfangen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2310779</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2310779</guid><dc:creator><![CDATA[Bashar]]></dc:creator><pubDate>Fri, 29 Mar 2013 14:08:56 GMT</pubDate></item><item><title><![CDATA[Reply to Seltsamer Error --&amp;gt; Google spuckt nichts aus on Fri, 29 Mar 2013 14:12:20 GMT]]></title><description><![CDATA[<p>Ach, -1073741510 steht für Ctrl+C und wofür steht -1073741511? :p</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2310780</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2310780</guid><dc:creator><![CDATA[Nathan]]></dc:creator><pubDate>Fri, 29 Mar 2013 14:12:20 GMT</pubDate></item><item><title><![CDATA[Reply to Seltsamer Error --&amp;gt; Google spuckt nichts aus on Fri, 29 Mar 2013 14:13:50 GMT]]></title><description><![CDATA[<p>Keine Ahnung. Ist das wichtig? Worauf willst du hinaus?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2310782</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2310782</guid><dc:creator><![CDATA[Bashar]]></dc:creator><pubDate>Fri, 29 Mar 2013 14:13:50 GMT</pubDate></item><item><title><![CDATA[Reply to Seltsamer Error --&amp;gt; Google spuckt nichts aus on Fri, 29 Mar 2013 14:24:08 GMT]]></title><description><![CDATA[<p>Oh, tschuldigung.<br />
Das ist ja tatsächlich immer der Wert.<br />
Bei der Zahl hätte ich auf eine zufällige getippt.<br />
Mein Fehler.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2310786</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2310786</guid><dc:creator><![CDATA[Nathan]]></dc:creator><pubDate>Fri, 29 Mar 2013 14:24:08 GMT</pubDate></item><item><title><![CDATA[Reply to Seltsamer Error --&amp;gt; Google spuckt nichts aus on Fri, 29 Mar 2013 22:53:51 GMT]]></title><description><![CDATA[<p>C++ ist keine Scriptsprache...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2310917</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2310917</guid><dc:creator><![CDATA[Kellerautomat]]></dc:creator><pubDate>Fri, 29 Mar 2013 22:53:51 GMT</pubDate></item><item><title><![CDATA[Reply to Seltsamer Error --&amp;gt; Google spuckt nichts aus on Fri, 29 Mar 2013 23:20:15 GMT]]></title><description><![CDATA[<p>Der Errorcode &quot;-1073741510&quot;, besser &quot;0xc000013a&quot; ist ein <a href="http://msdn.microsoft.com/en-us/library/cc704588.aspx" rel="nofollow">NTSTATUS Errorcode</a>.</p>
<p>Dieser Errorcode steht- wie schon gesagt - dafür dass dein Programm mit STRG-C abgebrochen wurde, ist also eigentlich kein Fehler.</p>
<p>Dass dein Programm nicht funktioniert liegt daran dass dein Code total falsch ist, du hängst immer in einer Endlosschleife und es wird immer 0% angezeigt..</p>
<p>Ich würde dir raten dich erstmal etwas mit den Grundlagen der Programmierung zu befassen, d.h. entweder ein gutes Buch suchen oder ein eBook/Tutorial im Internet.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2310921</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2310921</guid><dc:creator><![CDATA[DarkShadow44]]></dc:creator><pubDate>Fri, 29 Mar 2013 23:20:15 GMT</pubDate></item></channel></rss>