<?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[Variablen vom Typ TImage an eine Funktoin übergeben]]></title><description><![CDATA[<p>Ich möchte mir einiges an schreibaufwand einsparen und eine funktion schreiben der ich 4 variablen vom typ TImage übergebe...wie muss ich diese deklarieren und einsetzten?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/136128/variablen-vom-typ-timage-an-eine-funktoin-übergeben</link><generator>RSS for Node</generator><lastBuildDate>Sat, 01 Aug 2026 15:44:36 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/136128.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 07 Feb 2006 14:51:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Variablen vom Typ TImage an eine Funktoin übergeben on Tue, 07 Feb 2006 14:51:34 GMT]]></title><description><![CDATA[<p>Ich möchte mir einiges an schreibaufwand einsparen und eine funktion schreiben der ich 4 variablen vom typ TImage übergebe...wie muss ich diese deklarieren und einsetzten?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/988586</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/988586</guid><dc:creator><![CDATA[Smiling_Viking]]></dc:creator><pubDate>Tue, 07 Feb 2006 14:51:34 GMT</pubDate></item><item><title><![CDATA[Reply to Variablen vom Typ TImage an eine Funktoin übergeben on Tue, 07 Feb 2006 15:06:34 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>wo ist das Problem?</p>
<pre><code class="language-cpp">void ImageFunction(TImage *Image1, ..., TImage *Image4)
{
  }
</code></pre>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/988603</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/988603</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Tue, 07 Feb 2006 15:06:34 GMT</pubDate></item></channel></rss>