<?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[Funktionen]]></title><description><![CDATA[<p>Ich habe eine Frage und zwar:</p>
<pre><code>Test.TestFunktion().Ausgabe;
</code></pre>
<p>Was ist TestFunktion()? Eine Funktion, Struktur, Klasse? Wie kann man soetwas erstellen? Ich konnte es nicht nachbauen und war verwirrt. Ich hoffe mir kann jemand diesen Sachverhalt etwas näher bringen.</p>
<p>MfG BlauBär</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/300279/funktionen</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 21:59:59 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/300279.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 29 Feb 2012 11:46:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Funktionen on Wed, 29 Feb 2012 11:46:41 GMT]]></title><description><![CDATA[<p>Ich habe eine Frage und zwar:</p>
<pre><code>Test.TestFunktion().Ausgabe;
</code></pre>
<p>Was ist TestFunktion()? Eine Funktion, Struktur, Klasse? Wie kann man soetwas erstellen? Ich konnte es nicht nachbauen und war verwirrt. Ich hoffe mir kann jemand diesen Sachverhalt etwas näher bringen.</p>
<p>MfG BlauBär</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2186951</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2186951</guid><dc:creator><![CDATA[BlauBär]]></dc:creator><pubDate>Wed, 29 Feb 2012 11:46:41 GMT</pubDate></item><item><title><![CDATA[Reply to Funktionen on Wed, 29 Feb 2012 11:50:45 GMT]]></title><description><![CDATA[<p>Keine Hexerei:</p>
<pre><code class="language-cpp">struct A {
  int Ausgabe;
};
struct T {
  A TestFunktion();
};

T Test;
Test.TestFunktion().Ausgabe
</code></pre>
<p>Ob es das wirklich ist, kann man aus deinem Codeschnipselchen allerdings nicht erkennen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2186955</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2186955</guid><dc:creator><![CDATA[Bashar]]></dc:creator><pubDate>Wed, 29 Feb 2012 11:50:45 GMT</pubDate></item><item><title><![CDATA[Reply to Funktionen on Wed, 29 Feb 2012 11:54:23 GMT]]></title><description><![CDATA[<p>Vielen Dank! Genau sowas hatte ich gemeint.</p>
<p>MfG</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2186957</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2186957</guid><dc:creator><![CDATA[BlauBär]]></dc:creator><pubDate>Wed, 29 Feb 2012 11:54:23 GMT</pubDate></item></channel></rss>