<?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[große Geschwindigkeitsunterschiede]]></title><description><![CDATA[<p>Hallo liebe Community</p>
<p>Ich arbeite momentan mit VC++ 6.0 und habe ein Tool geschrieben, welches ein Polygonnetz (Dreiecke) einliest. Die Datenstruktur besteht grob gesagt aus einem Vertexarray und einem Dreiecksarray.</p>
<p>Dann habe ich eine Funktion, welche mir jeden Punkt das Netzes um eine kleine Distanz entgegen seiner Normalen verschiebt. Dann teste ich, ob dieser verschobene Punkt innerhalb des Netzes liegt (Schnitttests mit den Dreiecken). Diese Funktion ist recht aufwändig. Nun habe ich die Operation auf 2 verschiedenen Rechnern ausgeführt, einem PC und einem Laptop.</p>
<p>Laptop: 1,4 GHz Celeron, 512 MB DDR(?) RAM --&gt; Zeit etwa 32 Sekunden<br />
PC: 1,3 GHz Duron, 768 MB DDR RAM --&gt; Zeit etwa 57 Sekunden</p>
<p>Woher kommt dieser extrem Geschwindigkeitsunterschied? Wie kann ich dem entgegenwirken?</p>
<p>MfG<br />
Neron</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/152211/große-geschwindigkeitsunterschiede</link><generator>RSS for Node</generator><lastBuildDate>Thu, 23 Jul 2026 18:21:26 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/152211.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 04 Jul 2006 09:48:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to große Geschwindigkeitsunterschiede on Tue, 04 Jul 2006 09:48:56 GMT]]></title><description><![CDATA[<p>Hallo liebe Community</p>
<p>Ich arbeite momentan mit VC++ 6.0 und habe ein Tool geschrieben, welches ein Polygonnetz (Dreiecke) einliest. Die Datenstruktur besteht grob gesagt aus einem Vertexarray und einem Dreiecksarray.</p>
<p>Dann habe ich eine Funktion, welche mir jeden Punkt das Netzes um eine kleine Distanz entgegen seiner Normalen verschiebt. Dann teste ich, ob dieser verschobene Punkt innerhalb des Netzes liegt (Schnitttests mit den Dreiecken). Diese Funktion ist recht aufwändig. Nun habe ich die Operation auf 2 verschiedenen Rechnern ausgeführt, einem PC und einem Laptop.</p>
<p>Laptop: 1,4 GHz Celeron, 512 MB DDR(?) RAM --&gt; Zeit etwa 32 Sekunden<br />
PC: 1,3 GHz Duron, 768 MB DDR RAM --&gt; Zeit etwa 57 Sekunden</p>
<p>Woher kommt dieser extrem Geschwindigkeitsunterschied? Wie kann ich dem entgegenwirken?</p>
<p>MfG<br />
Neron</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1091090</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1091090</guid><dc:creator><![CDATA[Neron17]]></dc:creator><pubDate>Tue, 04 Jul 2006 09:48:56 GMT</pubDate></item><item><title><![CDATA[Reply to große Geschwindigkeitsunterschiede on Tue, 04 Jul 2006 09:57:05 GMT]]></title><description><![CDATA[<p>Ich schätze mal:</p>
<p>CeleronM: 256KB L2 Cache<br />
Duron: 64KB L2 Cache</p>
<p>hol dir mal die kostenlose Express Version und compiliere mit Optimierungen durch. Wirkt Wunder...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1091097</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1091097</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Tue, 04 Jul 2006 09:57:05 GMT</pubDate></item><item><title><![CDATA[Reply to große Geschwindigkeitsunterschiede on Tue, 04 Jul 2006 09:56:18 GMT]]></title><description><![CDATA[<p>Gute Frage, mein</p>
<p>Laptop: 1,4 GHz Celeron, 512 MB DDR(?) RAM</p>
<p>ist auch fast so schnell wie ein Pentium 4 3GHZ...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1091098</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1091098</guid><dc:creator><![CDATA[Gast25250]]></dc:creator><pubDate>Tue, 04 Jul 2006 09:56:18 GMT</pubDate></item><item><title><![CDATA[Reply to große Geschwindigkeitsunterschiede on Tue, 04 Jul 2006 09:59:27 GMT]]></title><description><![CDATA[<p>SeppSchrot schrieb:</p>
<blockquote>
<p>hol dir mal die kostenlose Express Version und compiliere mit Optimierungen durch. Wirkt Wunder...</p>
</blockquote>
<p>Wenn's so einfach wär. Ich hab mir das Teil schon geholt, aber da scheiterts schon an der Stdafx.h. Sieht so aus, als müßte ich's in dem Fall nochmal neu anlegen <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1091099</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1091099</guid><dc:creator><![CDATA[Neron17]]></dc:creator><pubDate>Tue, 04 Jul 2006 09:59:27 GMT</pubDate></item><item><title><![CDATA[Reply to große Geschwindigkeitsunterschiede on Tue, 04 Jul 2006 10:04:09 GMT]]></title><description><![CDATA[<p>Schalt mal in den Projekteinstellungen den vorkompilierten Header aus.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1091102</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1091102</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Tue, 04 Jul 2006 10:04:09 GMT</pubDate></item><item><title><![CDATA[Reply to große Geschwindigkeitsunterschiede on Tue, 04 Jul 2006 10:24:23 GMT]]></title><description><![CDATA[<p>Hm, aber ich hab die stdafx.h in mehreren Dateien eingebunden, da entstehen ne Menge Fehler und irgendwie schleicht sie sich immer wieder ein.</p>
<p>Eine andere Sache. Ich wollte mit VC++ 2005 Express Edition eben ein neues projekt anlegen, aber scheinbar kann ich für Win32 nur eine Konsolenanwendung anlegen. Geht da echt nicht mehr?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1091114</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1091114</guid><dc:creator><![CDATA[Neron17]]></dc:creator><pubDate>Tue, 04 Jul 2006 10:24:23 GMT</pubDate></item><item><title><![CDATA[Reply to große Geschwindigkeitsunterschiede on Tue, 04 Jul 2006 10:32:17 GMT]]></title><description><![CDATA[<p>Neron17 schrieb:</p>
<blockquote>
<p>Eine andere Sache. Ich wollte mit VC++ 2005 Express Edition eben ein neues projekt anlegen, aber scheinbar kann ich für Win32 nur eine Konsolenanwendung anlegen. Geht da echt nicht mehr?</p>
</blockquote>
<p>Doch das geht:<br />
<a href="http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/" rel="nofollow">http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1091118</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1091118</guid><dc:creator><![CDATA[THX 1138]]></dc:creator><pubDate>Tue, 04 Jul 2006 10:32:17 GMT</pubDate></item><item><title><![CDATA[Reply to große Geschwindigkeitsunterschiede on Tue, 04 Jul 2006 10:33:38 GMT]]></title><description><![CDATA[<p>Schon mal versucht einfach eine leere stdafx.h Datei anzulegen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1091119</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1091119</guid><dc:creator><![CDATA[Artchi]]></dc:creator><pubDate>Tue, 04 Jul 2006 10:33:38 GMT</pubDate></item><item><title><![CDATA[Reply to große Geschwindigkeitsunterschiede on Tue, 04 Jul 2006 11:40:24 GMT]]></title><description><![CDATA[<p>So langsam komm ich dem Ziel näher. Hab mir jetzt den Link von 1310-Logik angesehen und die Erweiterung installiert. Nun hab ich in den Include-Verzeichnissen der SDK auch die geforderten Header-Dateien. Allerdings spuckt er mir nun Fehler aus, dass er eine Header-Datei (afxwin.h), die in der stdafx.h eingebunden wird nicht findet. Die entsprechende Datei befindet sich in einem Unterverzeichnis des SDK/Include-Ordners, welchen ich schon eingebunden habe. Wieso findet er die Datei nicht? Wenn ich unter zusätzliche Includeverzeichnisse für das Projekt noch das Unterverzeichnis angebe (nämlich den Ordner mfc), findet er sie...aber 3 Schritte später findet er die nächste Header Datei nicht, die aber <strong>im gleichen Verzeichnis</strong> wie die afxwin.h steht, also auch im Ordner mfc - da blick ich nich durch? Irgendwelche Vorschläge?</p>
<p>Edit: Hier mal die Fehlermeldung:</p>
<pre><code>fatal error RC1015: cannot open include file 'afxres.h'
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1091158</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1091158</guid><dc:creator><![CDATA[Neron17]]></dc:creator><pubDate>Tue, 04 Jul 2006 11:40:24 GMT</pubDate></item><item><title><![CDATA[Reply to große Geschwindigkeitsunterschiede on Tue, 04 Jul 2006 11:41:39 GMT]]></title><description><![CDATA[<p>ARGH! Die MFC ist doch im PlatformSDK garnicht dabei! Wenn du unbedingt die MFC brauchst, mußt die mind. die Standard-Edition von VS kaufen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1091162</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1091162</guid><dc:creator><![CDATA[Artchi]]></dc:creator><pubDate>Tue, 04 Jul 2006 11:41:39 GMT</pubDate></item><item><title><![CDATA[Reply to große Geschwindigkeitsunterschiede on Tue, 04 Jul 2006 11:44:12 GMT]]></title><description><![CDATA[<p>Au Backe,<br />
dein Projekt nutzt ja MFC Framework, oder?<br />
Ich dachte, es gehe jetzt nur um pures Win32.</p>
<p>MFC geht meines Wissens mit dem freien MS Compilern nicht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1091166</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1091166</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Tue, 04 Jul 2006 11:44:12 GMT</pubDate></item><item><title><![CDATA[Reply to große Geschwindigkeitsunterschiede on Tue, 04 Jul 2006 11:53:00 GMT]]></title><description><![CDATA[<p>SeppSchrot schrieb:</p>
<blockquote>
<p>Au Backe,...</p>
</blockquote>
<p>Jup, besser hätt ich's nich sagen können <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
<p>Naja, so runde 300 Euro sind n bissel happig für mich, da werd ich wohl weiterhin bei VC++ 6.0 bleiben. Ich danke trotzdem allen für die Hilfe. Wer weiß, vielleicht brauch ich die vollinstallierte VS 2005 Express Edition ja doch irgendwann mal <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
<p>Also vielen Dank nochmal und ganz sicher bis demnächst<br />
Liebe Grüße<br />
Neron</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1091178</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1091178</guid><dc:creator><![CDATA[Neron17]]></dc:creator><pubDate>Tue, 04 Jul 2006 11:53:00 GMT</pubDate></item><item><title><![CDATA[Reply to große Geschwindigkeitsunterschiede on Tue, 04 Jul 2006 12:01:50 GMT]]></title><description><![CDATA[<p>Poste später einfach mal deine konkreten Algorithmen, da kann man sicherlich auch selber was rausholen.</p>
<p>Oder du versuchst dein Projekt auf ein anderes Framework zu porten, dann kannst du einen der besseren Compiler nehmen.</p>
<p>PS: Wenn du Schüler/Studi bist:<br />
<a href="http://www.edv-buchversand.de/product.php?cnt=product&amp;id=so-1419&amp;lng=0" rel="nofollow">http://www.edv-buchversand.de/product.php?cnt=product&amp;id=so-1419&amp;lng=0</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1091185</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1091185</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Tue, 04 Jul 2006 12:01:50 GMT</pubDate></item><item><title><![CDATA[Reply to große Geschwindigkeitsunterschiede on Tue, 04 Jul 2006 12:12:55 GMT]]></title><description><![CDATA[<p>SeppSchrot schrieb:</p>
<blockquote>
<p>Poste später einfach mal deine konkreten Algorithmen, da kann man sicherlich auch selber was rausholen.</p>
</blockquote>
<p>Leicht gesagt - die Algorithmen sind schon ganz schön krass und auch bissel verzweigt, da müsst ich einiges erklären. Aber ich poste mal meine Hauptfunktionen, die ich am ehesten optimieren möchte...</p>
<p>Also, dies is die Hauptfunktion. Übergeben wird ein Punkt und ein Zeiger auf das Dreiecksnetz, hier skeleton genannt. skeleton besteht aus Eckpunkten (Position + Normale) und Dreiecken (3er-Pack von Eckpunkten). Richtig los gehts beim Kommentar &quot;// 1: Check...&quot; Ich gehe in der Funktion von meinem Punkt aus und schieße einen Strahl in positiver X-Richtung. Dann gucke ich, wie oft der Strahl ein Dreieck schneidet (ungerade Anzahl--&gt;Punkt ist drinnen, gerade Anzahl--&gt;Punkt ist draußen)</p>
<p>Ich eliminiere also alle Dreiecke, die auf keinen Fall geschnitten werden können und teste dann auf Schnitt mit potentiellen Kandidaten...</p>
<pre><code class="language-cpp">int pointInMesh( sVertex p, CSkeleton* skeleton )
{
	/* reference will be a line starting in &quot;point&quot;, directed along the x-axis */

	// variables to store triangle vertices
	sVertex p0, p1, p2;

	// variable to save intersected vertices and edges
	intersections intersect_store;
	intersect_store.third_vertice = new sVertex[20];
	intersect_store.int_e = 0;
	intersect_store.int_v = 0;

	int crossings = 0; // to count the number of crossings

	sTriangle* triangle = skeleton-&gt;gettarray(); // pointer to the triangle-array
	int trianglenum = skeleton-&gt;gettnum(); 
	sVertex* vertex = skeleton-&gt;getvarray(); // pointer to the vertex-array;
	int vertexnum = skeleton-&gt;getvnum(); 

	// check all triangles for potential intersection points
	for ( int i = 0; i &lt; trianglenum; ++i )
	{
		// get the triangle-vertices
		p0 = vertex[triangle[i].v[0&rsqb;&rsqb;;
		p1 = vertex[triangle[i].v[1&rsqb;&rsqb;;
		p2 = vertex[triangle[i].v[2&rsqb;&rsqb;;
		// 1: check if all the y-values are on one side of point
		if ( !(((p0.pos.y &lt; p.pos.y) &amp;&amp; (p1.pos.y &lt; p.pos.y) &amp;&amp; (p2.pos.y &lt; p.pos.y )) ||
			   ((p0.pos.y &gt; p.pos.y) &amp;&amp; (p1.pos.y &gt; p.pos.y) &amp;&amp; (p2.pos.y &gt; p.pos.y ))) )
		{
			// 2: check if all the z-values are on one side of point
			if ( !(((p0.pos.z &lt; p.pos.z) &amp;&amp; (p1.pos.z &lt; p.pos.z) &amp;&amp; (p2.pos.z &lt; p.pos.z )) ||
				   ((p0.pos.z &gt; p.pos.z) &amp;&amp; (p1.pos.z &gt; p.pos.z) &amp;&amp; (p2.pos.z &gt; p.pos.z ))) )
			{
				// 3: check if any of the x-values is on the &quot;right side&quot; of point
				if( (p0.pos.x &gt; p.pos.x) || (p1.pos.x &gt; p.pos.x) || (p2.pos.x &gt; p.pos.x) )
				{
					// we have a potential intersection of the line and the triangle
					// make a final test and add the result to the counter
					crossings += lineIntersectTriangle( p, p0, p1, p2, &amp;intersect_store, skeleton );
				}
			}
		}
	}
	// check the number of crossings for even/odd
	if ( ( crossings % 2 ) == 0 )
	{
		// even means the point isn't inside
		return 0;
	}
	else
	{
		// odd means the point is inside
		return 1;
	}
}
</code></pre>
<p>In dieser Funktion ermittle ich den Schnittpunkt des Strahls mit der Dreiecksebene (Ebenengleichung aufstellen und mit der Geradengleichung kombinieren)</p>
<pre><code class="language-cpp">int lineIntersectTriangle
( sVertex p, sVertex p0, sVertex p1, sVertex p2, intersections* intersect_store, CSkeleton* skeleton )
{

	// normal vector
	float p0p1[3] = { (p1.pos.x - p0.pos.x), 
					  (p1.pos.y - p0.pos.y),
					  (p1.pos.z - p0.pos.z) };
	float p0p2[3] = { (p2.pos.x - p0.pos.x), 
					  (p2.pos.y - p0.pos.y),
					  (p2.pos.z - p0.pos.z) };
	float normal[3] = { ((p0p1[1]*p0p2[2]) - (p0p1[2]*p0p2[1])), 
						((p0p1[2]*p0p2[0]) - (p0p1[0]*p0p2[2])), 
						((p0p1[0]*p0p2[1]) - (p0p1[1]*p0p2[0])) };

	// combine the normal vector and the given point
	float rest = (-1)*((p0.pos.x * normal[0]) + (p0.pos.y * normal[1]) + (p0.pos.z * normal[2]));

	// equation in normal form
	// normal[0]*x + normal[1]*y + normal[2]*z + rest = 0

	// apply the linear equation to the plane equation
	// normal[0]*(p.pos.x+r) + normal[1]*p.pos.y + normal[2]*p.pos.z + rest = 0;
	float r;
	if ( normal[0] != 0 )
	{
		r = ((-1)*(normal[1]*p.pos.y + normal[2]*p.pos.z + rest)/normal[0])
			- p.pos.x;
	}
	else
	{
		// normal is orthogonal to the linear equation, no intersection point
		return 0;
	}

	if ( r &lt;= 0.0f )
	{
		// distance == 0, point lies in opposite direction or on the triangle 
		return 0;
	}

	// calculate the intersection point
	sVertex intersectionpoint;
	intersectionpoint.pos.x = p.pos.x + r;
	intersectionpoint.pos.y = p.pos.y;
	intersectionpoint.pos.z = p.pos.z ;

	// test wether the intersection point with the plane (!) lies inside the triangle
	return pointInTriangle( intersectionpoint, p0, p1, p2, intersect_store );
}
</code></pre>
<p>Die letzte Funktion prüft mittels baryzentrischer Koordinaten, ob der Schnittpunkt mit der Ebene, in der das Dreieck liegt, auch innerhalb des Dreiecks liegt. Ich weiß sie funktioniert, die Logik dahinter zu erklären würde auch meine Grenzen sprengen <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
<pre><code class="language-cpp">int pointInTriangle
( sVertex intPoint, sVertex p0, sVertex p1, sVertex p2, intersections* intersect_store )
{
	int crossings = 0; // counter
	int i = 0;

	/* test if the point is one of the vertices */
	if ( (intPoint.pos == p0.pos) || (intPoint.pos == p1.pos) || (intPoint.pos == p2.pos) )
	{
		// test if the point is already inside intersect_store
		for( i=0; i &lt; intersect_store-&gt;int_v; ++i )
		{
			if ( (intPoint.pos.x == intersect_store-&gt;intersected_vertices[i][0]) &amp;&amp;
				 (intPoint.pos.y == intersect_store-&gt;intersected_vertices[i][1]) &amp;&amp;
				 (intPoint.pos.z == intersect_store-&gt;intersected_vertices[i][2]) )
			{
				// point is already inside
				return 0;
			}
		}			
		// point is not inside, so store it 
		intersect_store-&gt;intersected_vertices[intersect_store-&gt;int_v][0] = intPoint.pos.x;
		intersect_store-&gt;intersected_vertices[intersect_store-&gt;int_v][1] = intPoint.pos.y;
		intersect_store-&gt;intersected_vertices[intersect_store-&gt;int_v][2] = intPoint.pos.z;
		++intersect_store-&gt;int_v;
		// new intersection point, so return 1;
		return 1;
	}

	// intPoint = x*p0 + y*p1 + z*p2;

	float x,y,z,denom;
	denom = area( p0, p1, p0, p2 );
	x = area( intPoint, p1, intPoint, p2 ) / denom;
	if ( x &gt; 1.0001 )
	{
		return 0;
	}
	y = area( intPoint, p0, intPoint, p2 ) / denom;
	if ( x+y &gt; 1.0001 )
	{
		return 0;
	}
	z = area( intPoint, p0, intPoint, p1 ) / denom;
	if ( x+y+z &gt; 1.0001 )
	{
		return 0;
	}

	return 1;
}
</code></pre>
<p>So, hier nochmal die area-Funktion</p>
<pre><code class="language-cpp">/*************************
 * Area between 2 Vectors *
 **************************/

float area( sVertex p0, sVertex p1, sVertex p2, sVertex p3 )
 {
	 float v1[3] = { (p1.pos.x - p0.pos.x), (p1.pos.y - p0.pos.y), (p1.pos.z - p0.pos.z) };
	 float v2[3] = { (p3.pos.x - p2.pos.x), (p3.pos.y - p2.pos.y), (p3.pos.z - p2.pos.z) };

	 return fabs(sqrt(pow((v1[1]*v2[2] - v1[2]*v2[1]),2) + 
					  pow((v1[2]*v2[0] - v1[0]*v2[2]),2) + 
					  pow((v1[0]*v2[1] - v1[1]*v2[0]),2)));
 }
</code></pre>
<p>Wie gesagt, funktionieren tun die Funktionen soweit. Optimiert sind sie hier und da sicher nicht, vielleicht findet ihr ja was <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/1091204</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1091204</guid><dc:creator><![CDATA[Neron17]]></dc:creator><pubDate>Tue, 04 Jul 2006 12:12:55 GMT</pubDate></item></channel></rss>