<?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[undurchsichtiger Hinweis.]]></title><description><![CDATA[<p>Hallo, ich habe X-Code upgedatet und nun läuft mein Programmen nicht. Er sagt am Ende von Zeile 10: &quot;Thread 1, Braekpont 1.1&quot; Was heißt das? Früher lief das Programm gut. Hat wohl etwas mit der Umstellung von 32 auf 64 Bit zu tun oder?</p>
<pre><code>#include &lt;iostream&gt;
#include &lt;vector&gt;

using namespace std;

int quot;
long long Testzahl;
int Zehler=0;
int TS=0;
vector&lt;int&gt;Teiler(0);
//vector&lt;int&gt;NTTS(0); //NichttrivialeTeilersumme

int main ()
{
    cout&lt;&lt; &quot;Geben Sie die zu testende Zahl ein: &quot;;
    cin&gt;&gt;Testzahl;
    cout&lt;&lt;&quot;\n\nMacro Zahltester findet:\n&quot;;

    for(int i=1;i&lt;=Testzahl;i=i+1)
    {
        quot=Testzahl/i;
        if(0==Testzahl%i)
        {
            Zehler=Zehler+1;
            Teiler.push_back(quot);
            cout&lt;&lt;&quot; &quot;&lt;&lt;quot &lt;&lt;&quot; ist der &quot;&lt;&lt;Zehler&lt;&lt;&quot;. Teiler der Zahl &quot;&lt;&lt;Testzahl&lt;&lt;&quot;.  \n&quot;;
            TS=TS+quot;
        }
    }
    cout&lt;&lt;&quot;Die Zahl &quot;&lt;&lt;Testzahl&lt;&lt;&quot; hat &quot;&lt;&lt;Zehler&lt;&lt;&quot; Teiler. \n&quot;;
    //cout&lt;&lt;&quot;Die TS ist: &quot;&lt;&lt;TS&lt;&lt;&quot; = &quot;;
    for(auto it=Teiler.begin();it!=Teiler.end();it++)
    {
        cout&lt;&lt;*it;
        if( it!=Teiler.end()-1 )
            cout&lt;&lt;&quot; + &quot;;
    }
    cout&lt;&lt;&quot; = &quot;&lt;&lt;TS&lt;&lt;&quot; ist die Teilersumme der Zahl &quot;&lt;&lt;Testzahl&lt;&lt;&quot;.\n&quot;;
    return (0);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/327296/undurchsichtiger-hinweis</link><generator>RSS for Node</generator><lastBuildDate>Thu, 09 Jul 2026 10:45:28 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/327296.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 02 Aug 2014 18:10:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to undurchsichtiger Hinweis. on Sat, 02 Aug 2014 18:13:17 GMT]]></title><description><![CDATA[<p>Hallo, ich habe X-Code upgedatet und nun läuft mein Programmen nicht. Er sagt am Ende von Zeile 10: &quot;Thread 1, Braekpont 1.1&quot; Was heißt das? Früher lief das Programm gut. Hat wohl etwas mit der Umstellung von 32 auf 64 Bit zu tun oder?</p>
<pre><code>#include &lt;iostream&gt;
#include &lt;vector&gt;

using namespace std;

int quot;
long long Testzahl;
int Zehler=0;
int TS=0;
vector&lt;int&gt;Teiler(0);
//vector&lt;int&gt;NTTS(0); //NichttrivialeTeilersumme

int main ()
{
    cout&lt;&lt; &quot;Geben Sie die zu testende Zahl ein: &quot;;
    cin&gt;&gt;Testzahl;
    cout&lt;&lt;&quot;\n\nMacro Zahltester findet:\n&quot;;

    for(int i=1;i&lt;=Testzahl;i=i+1)
    {
        quot=Testzahl/i;
        if(0==Testzahl%i)
        {
            Zehler=Zehler+1;
            Teiler.push_back(quot);
            cout&lt;&lt;&quot; &quot;&lt;&lt;quot &lt;&lt;&quot; ist der &quot;&lt;&lt;Zehler&lt;&lt;&quot;. Teiler der Zahl &quot;&lt;&lt;Testzahl&lt;&lt;&quot;.  \n&quot;;
            TS=TS+quot;
        }
    }
    cout&lt;&lt;&quot;Die Zahl &quot;&lt;&lt;Testzahl&lt;&lt;&quot; hat &quot;&lt;&lt;Zehler&lt;&lt;&quot; Teiler. \n&quot;;
    //cout&lt;&lt;&quot;Die TS ist: &quot;&lt;&lt;TS&lt;&lt;&quot; = &quot;;
    for(auto it=Teiler.begin();it!=Teiler.end();it++)
    {
        cout&lt;&lt;*it;
        if( it!=Teiler.end()-1 )
            cout&lt;&lt;&quot; + &quot;;
    }
    cout&lt;&lt;&quot; = &quot;&lt;&lt;TS&lt;&lt;&quot; ist die Teilersumme der Zahl &quot;&lt;&lt;Testzahl&lt;&lt;&quot;.\n&quot;;
    return (0);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/2411651</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2411651</guid><dc:creator><![CDATA[brak]]></dc:creator><pubDate>Sat, 02 Aug 2014 18:13:17 GMT</pubDate></item><item><title><![CDATA[Reply to undurchsichtiger Hinweis. on Sat, 02 Aug 2014 18:22:32 GMT]]></title><description><![CDATA[<p>Google kennst schon, oder? <a href="http://stackoverflow.com/questions/1665744/xcode-remove-all-breakpoints" rel="nofollow">Xcode + remove all breakpoints</a>.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2411654</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2411654</guid><dc:creator><![CDATA[Swordfish]]></dc:creator><pubDate>Sat, 02 Aug 2014 18:22:32 GMT</pubDate></item><item><title><![CDATA[Reply to undurchsichtiger Hinweis. on Sat, 02 Aug 2014 19:04:06 GMT]]></title><description><![CDATA[<p>Damke, Was sind denn eigentlich Breakpoints?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2411659</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2411659</guid><dc:creator><![CDATA[brak]]></dc:creator><pubDate>Sat, 02 Aug 2014 19:04:06 GMT</pubDate></item><item><title><![CDATA[Reply to undurchsichtiger Hinweis. on Sat, 02 Aug 2014 19:09:05 GMT]]></title><description><![CDATA[<p>Wiki kennst schon, oder? <a href="http://en.wikipedia.org/wiki/Breakpoint" rel="nofollow">Breakpoint</a>.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2411661</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2411661</guid><dc:creator><![CDATA[Swordfish]]></dc:creator><pubDate>Sat, 02 Aug 2014 19:09:05 GMT</pubDate></item><item><title><![CDATA[Reply to undurchsichtiger Hinweis. on Mon, 04 Aug 2014 08:30:00 GMT]]></title><description><![CDATA[<p>Ich hab was anderes geschrieben und er sagt jetzt:</p>
<p>Shell script invocation error<br />
Command/usr/bin/make failed with exit code 2</p>
<p>Das kann ich nicht deuten.....</p>
<p>Wer hilft</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2411866</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2411866</guid><dc:creator><![CDATA[brak]]></dc:creator><pubDate>Mon, 04 Aug 2014 08:30:00 GMT</pubDate></item></channel></rss>