<?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[quicksort]]></title><description><![CDATA[<p>Hi,</p>
<p>bin gerade zu blöd meinen Fehler zu finden.</p>
<pre><code>void quickSort(int arr[], int left, int right) 
{
	if(left &lt; right )
	{
		int pivot = arr[right];
		int i = left;
		int j = right - 1;

		if( i &lt; j )
		{
			while( arr[i] &lt; pivot &amp;&amp; i &lt; right) i++ ;
			while( arr[j] &gt; pivot &amp;&amp; j &gt; left ) j-- ;

			if( i &lt; j )
			{
				int tmp = arr[i];
				arr[i] = arr[j];
				arr[j] = tmp ;
			}
        }

	    if( arr[right] &lt; arr[j] )
		{
				int tmp = arr[right];
				arr[right] = arr[j];
				arr[j] = tmp ;
        }

		quickSort(arr,left ,j-1   );
		quickSort(arr,j+1,right );

     }   
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/319822/quicksort</link><generator>RSS for Node</generator><lastBuildDate>Fri, 24 Jul 2026 19:42:24 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/319822.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 04 Sep 2013 15:05:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to quicksort on Wed, 04 Sep 2013 15:05:32 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>bin gerade zu blöd meinen Fehler zu finden.</p>
<pre><code>void quickSort(int arr[], int left, int right) 
{
	if(left &lt; right )
	{
		int pivot = arr[right];
		int i = left;
		int j = right - 1;

		if( i &lt; j )
		{
			while( arr[i] &lt; pivot &amp;&amp; i &lt; right) i++ ;
			while( arr[j] &gt; pivot &amp;&amp; j &gt; left ) j-- ;

			if( i &lt; j )
			{
				int tmp = arr[i];
				arr[i] = arr[j];
				arr[j] = tmp ;
			}
        }

	    if( arr[right] &lt; arr[j] )
		{
				int tmp = arr[right];
				arr[right] = arr[j];
				arr[j] = tmp ;
        }

		quickSort(arr,left ,j-1   );
		quickSort(arr,j+1,right );

     }   
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/2350299</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2350299</guid><dc:creator><![CDATA[blurry333]]></dc:creator><pubDate>Wed, 04 Sep 2013 15:05:32 GMT</pubDate></item><item><title><![CDATA[Reply to quicksort on Wed, 04 Sep 2013 15:59:05 GMT]]></title><description><![CDATA[<p>ok</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2350313</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2350313</guid><dc:creator><![CDATA[Kellerautomat]]></dc:creator><pubDate>Wed, 04 Sep 2013 15:59:05 GMT</pubDate></item><item><title><![CDATA[Reply to quicksort on Wed, 04 Sep 2013 16:12:41 GMT]]></title><description><![CDATA[<p>Siehst du keinen Fehler ? Irgendwas ist falsch.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2350319</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2350319</guid><dc:creator><![CDATA[blurry333]]></dc:creator><pubDate>Wed, 04 Sep 2013 16:12:41 GMT</pubDate></item><item><title><![CDATA[Reply to quicksort on Wed, 04 Sep 2013 16:14:00 GMT]]></title><description><![CDATA[<p>blurry333 schrieb:</p>
<blockquote>
<p>Siehst du keinen Fehler ? Irgendwas ist falsch.</p>
</blockquote>
<p>Ist das hier ein Ratespiel?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2350320</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2350320</guid><dc:creator><![CDATA[Zeus]]></dc:creator><pubDate>Wed, 04 Sep 2013 16:14:00 GMT</pubDate></item><item><title><![CDATA[Reply to quicksort on Wed, 04 Sep 2013 16:19:34 GMT]]></title><description><![CDATA[<p>Es ist schon schlimm genug, dass blurry seine Sinnlosthreads andauernd pusht (beim nächsten Push folgt ein Close), bitte helft ihm dabei nicht auch noch. Wenn er keine vernünftigen Fragen stellt, dann macht entweder einen Witz oder lasst den Thread einfach versinken.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2350321</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2350321</guid><dc:creator><![CDATA[SeppJ]]></dc:creator><pubDate>Wed, 04 Sep 2013 16:19:34 GMT</pubDate></item><item><title><![CDATA[Reply to quicksort on Wed, 04 Sep 2013 17:00:27 GMT]]></title><description><![CDATA[<blockquote>
<p>dann macht entweder einen Witz</p>
</blockquote>
<p>Ok, hier ist einer: Sei ℵ<span class="katex"><span class="katex-mathml"><math><semantics><mrow><msub><mrow></mrow><mi>i</mi></msub></mrow><annotation encoding="application/x-tex">_i</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="strut" style="height:0.31166399999999994em;"></span><span class="strut bottom" style="height:0.46166399999999996em;vertical-align:-0.15em;"></span><span class="base textstyle uncramped"><span class="mord"><span></span><span class="vlist"><span style="top:0.15em;margin-right:0.05em;"><span class="fontsize-ensurer reset-size5 size5"><span style="font-size:0em;">​</span></span><span class="reset-textstyle scriptstyle cramped"><span class="mord mathit">i</span></span></span><span class="baseline-fix"><span class="fontsize-ensurer reset-size5 size5"><span style="font-size:0em;">​</span></span>​</span></span></span></span></span></span> die Mächtigkeit der Menge des Wisens um C++ von SeppJ und ℵ<span class="katex"><span class="katex-mathml"><math><semantics><mrow><msub><mrow></mrow><mi>j</mi></msub></mrow><annotation encoding="application/x-tex">_j</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="strut" style="height:0.311664em;"></span><span class="strut bottom" style="height:0.597772em;vertical-align:-0.286108em;"></span><span class="base textstyle uncramped"><span class="mord"><span></span><span class="vlist"><span style="top:0.15em;margin-right:0.05em;"><span class="fontsize-ensurer reset-size5 size5"><span style="font-size:0em;">​</span></span><span class="reset-textstyle scriptstyle cramped"><span class="mord mathit" style="margin-right:0.05724em;">j</span></span></span><span class="baseline-fix"><span class="fontsize-ensurer reset-size5 size5"><span style="font-size:0em;">​</span></span>​</span></span></span></span></span></span> die Mächtigkeit der Menge des Wissens über C++ von Blurry, dann gilt <span class="katex"><span class="katex-mathml"><math><semantics><mrow><mi>i</mi><mo>&gt;</mo><mi>j</mi></mrow><annotation encoding="application/x-tex">i &gt; j</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="strut" style="height:0.65952em;"></span><span class="strut bottom" style="height:0.85396em;vertical-align:-0.19444em;"></span><span class="base textstyle uncramped"><span class="mord mathit">i</span><span class="mrel">&gt;</span><span class="mord mathit" style="margin-right:0.05724em;">j</span></span></span></span></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2350337</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2350337</guid><dc:creator><![CDATA[Sone]]></dc:creator><pubDate>Wed, 04 Sep 2013 17:00:27 GMT</pubDate></item><item><title><![CDATA[Reply to quicksort on Wed, 04 Sep 2013 17:31:15 GMT]]></title><description><![CDATA[<p>Sone schrieb:</p>
<blockquote>
<p>Ok, hier ist einer: Sei ℵ<span class="katex"><span class="katex-mathml"><math><semantics><mrow><msub><mrow></mrow><mi>i</mi></msub></mrow><annotation encoding="application/x-tex">_i</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="strut" style="height:0.31166399999999994em;"></span><span class="strut bottom" style="height:0.46166399999999996em;vertical-align:-0.15em;"></span><span class="base textstyle uncramped"><span class="mord"><span></span><span class="vlist"><span style="top:0.15em;margin-right:0.05em;"><span class="fontsize-ensurer reset-size5 size5"><span style="font-size:0em;">​</span></span><span class="reset-textstyle scriptstyle cramped"><span class="mord mathit">i</span></span></span><span class="baseline-fix"><span class="fontsize-ensurer reset-size5 size5"><span style="font-size:0em;">​</span></span>​</span></span></span></span></span></span> die Mächtigkeit der Menge des Wisens um C++ von SeppJ und ℵ<span class="katex"><span class="katex-mathml"><math><semantics><mrow><msub><mrow></mrow><mi>j</mi></msub></mrow><annotation encoding="application/x-tex">_j</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="strut" style="height:0.311664em;"></span><span class="strut bottom" style="height:0.597772em;vertical-align:-0.286108em;"></span><span class="base textstyle uncramped"><span class="mord"><span></span><span class="vlist"><span style="top:0.15em;margin-right:0.05em;"><span class="fontsize-ensurer reset-size5 size5"><span style="font-size:0em;">​</span></span><span class="reset-textstyle scriptstyle cramped"><span class="mord mathit" style="margin-right:0.05724em;">j</span></span></span><span class="baseline-fix"><span class="fontsize-ensurer reset-size5 size5"><span style="font-size:0em;">​</span></span>​</span></span></span></span></span></span> die Mächtigkeit der Menge des Wissens über C++ von Blurry, dann gilt <span class="katex"><span class="katex-mathml"><math><semantics><mrow><mi>i</mi><mo>&gt;</mo><mi>j</mi></mrow><annotation encoding="application/x-tex">i &gt; j</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="strut" style="height:0.65952em;"></span><span class="strut bottom" style="height:0.85396em;vertical-align:-0.19444em;"></span><span class="base textstyle uncramped"><span class="mord mathit">i</span><span class="mrel">&gt;</span><span class="mord mathit" style="margin-right:0.05724em;">j</span></span></span></span></p>
</blockquote>
<p>Seit wann existiert ℵ<span class="katex"><span class="katex-mathml"><math><semantics><mrow><msub><mrow></mrow><mrow><mo>−</mo><mn>1</mn></mrow></msub></mrow><annotation encoding="application/x-tex">_{-1}</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="strut" style="height:0.301108em;"></span><span class="strut bottom" style="height:0.509439em;vertical-align:-0.208331em;"></span><span class="base textstyle uncramped"><span class="mord"><span></span><span class="vlist"><span style="top:0.15em;margin-right:0.05em;"><span class="fontsize-ensurer reset-size5 size5"><span style="font-size:0em;">​</span></span><span class="reset-textstyle scriptstyle cramped"><span class="mord scriptstyle cramped"><span class="mord">−</span><span class="mord mathrm">1</span></span></span></span><span class="baseline-fix"><span class="fontsize-ensurer reset-size5 size5"><span style="font-size:0em;">​</span></span>​</span></span></span></span></span></span> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2350350</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2350350</guid><dc:creator><![CDATA[antiwitz]]></dc:creator><pubDate>Wed, 04 Sep 2013 17:31:15 GMT</pubDate></item><item><title><![CDATA[Reply to quicksort on Wed, 04 Sep 2013 17:48:41 GMT]]></title><description><![CDATA[<p>antiwitz schrieb:</p>
<blockquote>
<p>Sone schrieb:</p>
<blockquote>
<p>Ok, hier ist einer: Sei ℵ<span class="katex"><span class="katex-mathml"><math><semantics><mrow><msub><mrow></mrow><mi>i</mi></msub></mrow><annotation encoding="application/x-tex">_i</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="strut" style="height:0.31166399999999994em;"></span><span class="strut bottom" style="height:0.46166399999999996em;vertical-align:-0.15em;"></span><span class="base textstyle uncramped"><span class="mord"><span></span><span class="vlist"><span style="top:0.15em;margin-right:0.05em;"><span class="fontsize-ensurer reset-size5 size5"><span style="font-size:0em;">​</span></span><span class="reset-textstyle scriptstyle cramped"><span class="mord mathit">i</span></span></span><span class="baseline-fix"><span class="fontsize-ensurer reset-size5 size5"><span style="font-size:0em;">​</span></span>​</span></span></span></span></span></span> die Mächtigkeit der Menge des Wisens um C++ von SeppJ und ℵ<span class="katex"><span class="katex-mathml"><math><semantics><mrow><msub><mrow></mrow><mi>j</mi></msub></mrow><annotation encoding="application/x-tex">_j</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="strut" style="height:0.311664em;"></span><span class="strut bottom" style="height:0.597772em;vertical-align:-0.286108em;"></span><span class="base textstyle uncramped"><span class="mord"><span></span><span class="vlist"><span style="top:0.15em;margin-right:0.05em;"><span class="fontsize-ensurer reset-size5 size5"><span style="font-size:0em;">​</span></span><span class="reset-textstyle scriptstyle cramped"><span class="mord mathit" style="margin-right:0.05724em;">j</span></span></span><span class="baseline-fix"><span class="fontsize-ensurer reset-size5 size5"><span style="font-size:0em;">​</span></span>​</span></span></span></span></span></span> die Mächtigkeit der Menge des Wissens über C++ von Blurry, dann gilt <span class="katex"><span class="katex-mathml"><math><semantics><mrow><mi>i</mi><mo>&gt;</mo><mi>j</mi></mrow><annotation encoding="application/x-tex">i &gt; j</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="strut" style="height:0.65952em;"></span><span class="strut bottom" style="height:0.85396em;vertical-align:-0.19444em;"></span><span class="base textstyle uncramped"><span class="mord mathit">i</span><span class="mrel">&gt;</span><span class="mord mathit" style="margin-right:0.05724em;">j</span></span></span></span></p>
</blockquote>
<p>Seit wann existiert ℵ<span class="katex"><span class="katex-mathml"><math><semantics><mrow><msub><mrow></mrow><mrow><mo>−</mo><mn>1</mn></mrow></msub></mrow><annotation encoding="application/x-tex">_{-1}</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="strut" style="height:0.301108em;"></span><span class="strut bottom" style="height:0.509439em;vertical-align:-0.208331em;"></span><span class="base textstyle uncramped"><span class="mord"><span></span><span class="vlist"><span style="top:0.15em;margin-right:0.05em;"><span class="fontsize-ensurer reset-size5 size5"><span style="font-size:0em;">​</span></span><span class="reset-textstyle scriptstyle cramped"><span class="mord scriptstyle cramped"><span class="mord">−</span><span class="mord mathrm">1</span></span></span></span><span class="baseline-fix"><span class="fontsize-ensurer reset-size5 size5"><span style="font-size:0em;">​</span></span>​</span></span></span></span></span></span> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
</blockquote>
<p>Seit es Blurry gibt. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f576.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--sunglasses"
      title=":sunglasses:"
      alt="🕶"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2350354</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2350354</guid><dc:creator><![CDATA[Sone]]></dc:creator><pubDate>Wed, 04 Sep 2013 17:48:41 GMT</pubDate></item><item><title><![CDATA[Reply to quicksort on Wed, 04 Sep 2013 20:41:03 GMT]]></title><description><![CDATA[<p>Hier der funktionsfähige Quicksort von wikipedia</p>
<pre><code>int teile( int left, int right)
{
	    int pivot = arr[right];
		int i = left;
		int j = right - 1;

		do
		{
			while( arr[i] &lt;= pivot &amp;&amp; i &lt; right) i++ ;
			while( arr[j] &gt;= pivot &amp;&amp; j &gt; left ) j-- ;

			if( i &lt; j )
			{
				int tmp = arr[i];
				arr[i] = arr[j];
				arr[j] = tmp ;
			}
        }
		while( i &lt; j  ) ;

	    if( arr[i] &gt; pivot  )
		{
				int tmp = arr[right];
				arr[right] = arr[i];
				arr[i] = tmp ;
        }

	return i;

}

void quickSort(int left, int right) 
{
	if(left &lt; right )
	{
        int teiler = teile(left,right);
		quickSort(left ,teiler-1   );
		quickSort(teiler+1,right );

     }   
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/2350382</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2350382</guid><dc:creator><![CDATA[blurry333]]></dc:creator><pubDate>Wed, 04 Sep 2013 20:41:03 GMT</pubDate></item><item><title><![CDATA[Reply to quicksort on Wed, 04 Sep 2013 21:17:55 GMT]]></title><description><![CDATA[<p>Also der Code sortiert aufsteigend.<br />
Hand aufs Herz gibt es jemand der genau so wie ich eine kurze Zeit brauchte um zu erkennen was man am Code ändern muss um absteigend zu sortieren ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2350389</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2350389</guid><dc:creator><![CDATA[blurry333]]></dc:creator><pubDate>Wed, 04 Sep 2013 21:17:55 GMT</pubDate></item><item><title><![CDATA[Reply to quicksort on Wed, 04 Sep 2013 21:21:03 GMT]]></title><description><![CDATA[<p>hand aufs herz. wer hat bei blurrys professionellm post kapiert, was überhaupt das Problem war?</p>
<p>ps: hatten wir blurry jtzt eigentlich als troll klassifiziert oder nicht?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2350390</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2350390</guid><dc:creator><![CDATA[otze]]></dc:creator><pubDate>Wed, 04 Sep 2013 21:21:03 GMT</pubDate></item><item><title><![CDATA[Reply to quicksort on Wed, 04 Sep 2013 21:27:54 GMT]]></title><description><![CDATA[<p>otze schrieb:</p>
<blockquote>
<p>hand aufs herz. wer hat bei blurrys professionellm post kapiert, was überhaupt das Problem war?</p>
</blockquote>
<p>Das Problem war die <a href="http://www.if-schleife.de/" rel="nofollow">fehlende If-Schleife</a> in Zeile 9, das kleine Detail mit <code>&lt;</code> statt <code>&lt;=</code> und <code>&gt;</code> statt <code>&gt;=</code> in den Zeilen 11 und 12 und die Verwechselung von <code>i</code> und <code>j</code> ab Zeile 22 .. aber sonst war der Code ja ziemlich richtig. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f576.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--sunglasses"
      title=":sunglasses:"
      alt="🕶"
    /></p>
<p>Gute Nacht</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2350392</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2350392</guid><dc:creator><![CDATA[Werner Salomon]]></dc:creator><pubDate>Wed, 04 Sep 2013 21:27:54 GMT</pubDate></item><item><title><![CDATA[Reply to quicksort on Wed, 04 Sep 2013 21:29:53 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/28547">@Sone</a>: ich wage zu behaupten dass SeppJ's C++ Wissen nicht unendlich ist. Und das von blurry schon gar nicht.</p>
<p>----</p>
<p>otze schrieb:</p>
<blockquote>
<p>ps: hatten wir blurry jtzt eigentlich als troll klassifiziert oder nicht?</p>
</blockquote>
<p>Unter seinem Usernamen steht immer noch &quot;Mitglied&quot;. Wobei ich dafür wäre das zu ändern. Ich fände &quot;User-Titel&quot; gut, die könnte man dann auch dafür verwenden um Leute wie blurry zu kennzeichnen. &quot;Stammtroll&quot; oder so.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2350393</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2350393</guid><dc:creator><![CDATA[hustbaer]]></dc:creator><pubDate>Wed, 04 Sep 2013 21:29:53 GMT</pubDate></item><item><title><![CDATA[Reply to quicksort on Thu, 05 Sep 2013 06:50:00 GMT]]></title><description><![CDATA[<p>hustbaer schrieb:</p>
<blockquote>
<p>Wobei ich dafür wäre das zu ändern. Ich fände &quot;User-Titel&quot; gut, die könnte man dann auch dafür verwenden um Leute wie blurry zu kennzeichnen. &quot;Stammtroll&quot; oder so.</p>
</blockquote>
<p>Seht ihr- eine gute Idee! Hier der <a href="http://www.c-plusplus.net/forum/306545-full" rel="nofollow">Thread</a>.</p>
<blockquote>
<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/28547">@Sone</a>: ich wage zu behaupten dass SeppJ's C++ Wissen nicht unendlich ist. Und das von blurry schon gar nicht.</p>
</blockquote>
<p>War nur ein Scherz. <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/2350412</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2350412</guid><dc:creator><![CDATA[Sone]]></dc:creator><pubDate>Thu, 05 Sep 2013 06:50:00 GMT</pubDate></item><item><title><![CDATA[Reply to quicksort on Thu, 05 Sep 2013 11:45:06 GMT]]></title><description><![CDATA[<p>Sone schrieb:</p>
<blockquote>
<p>hustbaer schrieb:</p>
<blockquote>
<p>Wobei ich dafür wäre das zu ändern. Ich fände &quot;User-Titel&quot; gut, die könnte man dann auch dafür verwenden um Leute wie blurry zu kennzeichnen. &quot;Stammtroll&quot; oder so.</p>
</blockquote>
<p>Seht ihr- eine gute Idee! Hier der <a href="http://www.c-plusplus.net/forum/306545-full" rel="nofollow">Thread</a>.</p>
<blockquote>
<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/28547">@Sone</a>: ich wage zu behaupten dass SeppJ's C++ Wissen nicht unendlich ist. Und das von blurry schon gar nicht.</p>
</blockquote>
<p>War nur ein Scherz. <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>
</blockquote>
<p>Weshalb verlinkst du zu einem Thread, in dem du der Scherz bist.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2350479</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2350479</guid><dc:creator><![CDATA[freaky]]></dc:creator><pubDate>Thu, 05 Sep 2013 11:45:06 GMT</pubDate></item><item><title><![CDATA[Reply to quicksort on Thu, 05 Sep 2013 12:46:56 GMT]]></title><description><![CDATA[<p>Sone schrieb:</p>
<blockquote>
<blockquote>
<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/28547">@Sone</a>: ich wage zu behaupten dass SeppJ's C++ Wissen nicht unendlich ist. Und das von blurry schon gar nicht.</p>
</blockquote>
<p>War nur ein Scherz. <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>
</blockquote>
<p>Ist mir schon klar.<br />
Bloss leider ein sehr dummer.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2350495</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2350495</guid><dc:creator><![CDATA[hustbaer]]></dc:creator><pubDate>Thu, 05 Sep 2013 12:46:56 GMT</pubDate></item></channel></rss>