<?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[Funktionsdeklartion im Klartext?]]></title><description><![CDATA[<p>Hallo! Wie die meisten von euch ja wissen wäre &quot;unerfahren&quot; eine Untertreibung wenn man über meine C++ (SDI MDI usw.) Erfahrung redet...</p>
<p>deswegen &quot;versuche&quot; ich gerade herauszufinden ob sich die Funktionsdeklaration in Borland c++ in einer SDI von der in einer Konsolenanwendung unterscheidet.</p>
<p>Im Prinzip gehts mir nur darum ob ich mit</p>
<blockquote>
<p>rückgabetyp funktionsname(variable, variable)</p>
<p>// hauptprog mit anwendung der funktion</p>
<p>// und da drunter:</p>
<p>rückgabetyp funktionsname(variable, variable)<br />
{<br />
//irgendwelche Anweisungen<br />
}</p>
</blockquote>
<p>auskomme oder ob __fastcall ( <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="😕"
    /> ) irgendeine Bedeutung für eigene Funktionen hat. Habe das mal in der Hilfe gesucht aber da komme ich nicht wirklich weiter, weil ich dann quasie nochmal jedes 2. Wort (z. B. Register, EAX, EDX, ECX, struct-typ etc.) nachschlagen müsste um zumindest so zu tun als würde ich verstehen was da steht ^^</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/136210/funktionsdeklartion-im-klartext</link><generator>RSS for Node</generator><lastBuildDate>Sat, 01 Aug 2026 16:35:48 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/136210.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 08 Feb 2006 10:19:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Funktionsdeklartion im Klartext? on Wed, 08 Feb 2006 10:19:40 GMT]]></title><description><![CDATA[<p>Hallo! Wie die meisten von euch ja wissen wäre &quot;unerfahren&quot; eine Untertreibung wenn man über meine C++ (SDI MDI usw.) Erfahrung redet...</p>
<p>deswegen &quot;versuche&quot; ich gerade herauszufinden ob sich die Funktionsdeklaration in Borland c++ in einer SDI von der in einer Konsolenanwendung unterscheidet.</p>
<p>Im Prinzip gehts mir nur darum ob ich mit</p>
<blockquote>
<p>rückgabetyp funktionsname(variable, variable)</p>
<p>// hauptprog mit anwendung der funktion</p>
<p>// und da drunter:</p>
<p>rückgabetyp funktionsname(variable, variable)<br />
{<br />
//irgendwelche Anweisungen<br />
}</p>
</blockquote>
<p>auskomme oder ob __fastcall ( <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="😕"
    /> ) irgendeine Bedeutung für eigene Funktionen hat. Habe das mal in der Hilfe gesucht aber da komme ich nicht wirklich weiter, weil ich dann quasie nochmal jedes 2. Wort (z. B. Register, EAX, EDX, ECX, struct-typ etc.) nachschlagen müsste um zumindest so zu tun als würde ich verstehen was da steht ^^</p>
]]></description><link>https://www.c-plusplus.net/forum/post/989193</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/989193</guid><dc:creator><![CDATA[Oklino]]></dc:creator><pubDate>Wed, 08 Feb 2006 10:19:40 GMT</pubDate></item><item><title><![CDATA[Reply to Funktionsdeklartion im Klartext? on Wed, 08 Feb 2006 10:40:09 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>__fastcall ist ein Borland-spezifisches Schlüsselwort. Es soll für eineLaufzeitoptimirung bei dem Funktionsaufruf sorgen.<br />
Du kannst __fastcall auch in Builder-Projekten weglassen wo du willst. Nur wenn du Methoden an vorgefertigte Events wie OnClick übergeben willst, muß __fastcall dabei sein, weil der Typ des Events so definiert ist.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/989211</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/989211</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Wed, 08 Feb 2006 10:40:09 GMT</pubDate></item><item><title><![CDATA[Reply to Funktionsdeklartion im Klartext? on Wed, 08 Feb 2006 11:15:35 GMT]]></title><description><![CDATA[<p>das heißt wenn ich in</p>
<p>void __fastcall TSDIAppForm::ZeRPClick(TObject *Sender)<br />
{<br />
&lt;&lt;&lt; also hier<br />
}<br />
eine eigene Funktion benutzen will, muss diese auch mit dem SW __fastcall aufgerufen werden?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/989221</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/989221</guid><dc:creator><![CDATA[Oklino]]></dc:creator><pubDate>Wed, 08 Feb 2006 11:15:35 GMT</pubDate></item><item><title><![CDATA[Reply to Funktionsdeklartion im Klartext? on Wed, 08 Feb 2006 11:17:06 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Nein.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/989222</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/989222</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Wed, 08 Feb 2006 11:17:06 GMT</pubDate></item><item><title><![CDATA[Reply to Funktionsdeklartion im Klartext? on Wed, 08 Feb 2006 11:19:11 GMT]]></title><description><![CDATA[<p>Hallo.</p>
<p>mkay</p>
<p>bis Bald<br />
Oklino</p>
]]></description><link>https://www.c-plusplus.net/forum/post/989225</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/989225</guid><dc:creator><![CDATA[Oklino]]></dc:creator><pubDate>Wed, 08 Feb 2006 11:19:11 GMT</pubDate></item></channel></rss>