<?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[verunsichert]]></title><description><![CDATA[<pre><code class="language-cpp">int func(int * t)
{
}
</code></pre>
<p>t wird hier als &quot;call by reference&quot; uebergeben oder??</p>
<p>bin stark verunsichert</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/124394/verunsichert</link><generator>RSS for Node</generator><lastBuildDate>Sun, 23 Aug 2026 23:37:56 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/124394.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 27 Oct 2005 08:28:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to verunsichert on Thu, 27 Oct 2005 08:28:36 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">int func(int * t)
{
}
</code></pre>
<p>t wird hier als &quot;call by reference&quot; uebergeben oder??</p>
<p>bin stark verunsichert</p>
]]></description><link>https://www.c-plusplus.net/forum/post/901718</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/901718</guid><dc:creator><![CDATA[verunsichert]]></dc:creator><pubDate>Thu, 27 Oct 2005 08:28:36 GMT</pubDate></item><item><title><![CDATA[Reply to verunsichert on Thu, 27 Oct 2005 08:33:14 GMT]]></title><description><![CDATA[<p>verunsichert schrieb:</p>
<blockquote>
<p>t wird hier als &quot;call by reference&quot; uebergeben oder??</p>
</blockquote>
<p>t selbst ist eine ganz normale Variable vom Typ int* und wird natürlich per Value übergeben.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/901723</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/901723</guid><dc:creator><![CDATA[audacia|off]]></dc:creator><pubDate>Thu, 27 Oct 2005 08:33:14 GMT</pubDate></item><item><title><![CDATA[Reply to verunsichert on Thu, 27 Oct 2005 08:35:38 GMT]]></title><description><![CDATA[<p>aber warum steht dann hier <a href="http://www.user.tu-berlin.de/looprjbb/it/C_Kurs/funktion/Html/lektion_6/lektion_6.html#lek_6_U4" rel="nofollow">http://www.user.tu-berlin.de/looprjbb/it/C_Kurs/funktion/Html/lektion_6/lektion_6.html#lek_6_U4</a></p>
<p>das es &quot;call by reference&quot; ist ??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/901727</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/901727</guid><dc:creator><![CDATA[verunsichert]]></dc:creator><pubDate>Thu, 27 Oct 2005 08:35:38 GMT</pubDate></item><item><title><![CDATA[Reply to verunsichert on Thu, 27 Oct 2005 08:41:50 GMT]]></title><description><![CDATA[<p>Das ist ein Pointer, ne. Demnach steht darin die Adresse einer Variablen. In dem Sinn ist es call by value, ist aber call by reference weil du ja nicht den Wert mit dem du arbeitest(der int) direkt uebergibst..</p>
]]></description><link>https://www.c-plusplus.net/forum/post/901732</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/901732</guid><dc:creator><![CDATA[einfach]]></dc:creator><pubDate>Thu, 27 Oct 2005 08:41:50 GMT</pubDate></item><item><title><![CDATA[Reply to verunsichert on Thu, 27 Oct 2005 08:42:44 GMT]]></title><description><![CDATA[<p>Weil int* quasi eine 'Referenz' auf einen int ist. Obwohl da C++ unter int* Zeiger genannt wird, eine C++ Referenz wäre int&amp; .. <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>
]]></description><link>https://www.c-plusplus.net/forum/post/901734</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/901734</guid><dc:creator><![CDATA[don_basto]]></dc:creator><pubDate>Thu, 27 Oct 2005 08:42:44 GMT</pubDate></item><item><title><![CDATA[Reply to verunsichert on Thu, 27 Oct 2005 08:44:43 GMT]]></title><description><![CDATA[<p>In C gibts nur Call-by-value. Man kann mit Pointern Call-by-reference simulieren, so dass manche diese Technik selbst als Call-by-reference bezeichnen. IMHO ist das aber irreführend, u.a. auch, weil es in C++ mit den Referenzen noch eine Art gibt, die es eher verdient hätte, Call-by-reference zu heißen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/901738</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/901738</guid><dc:creator><![CDATA[Bashar]]></dc:creator><pubDate>Thu, 27 Oct 2005 08:44:43 GMT</pubDate></item><item><title><![CDATA[Reply to verunsichert on Thu, 27 Oct 2005 08:44:52 GMT]]></title><description><![CDATA[<p>in C gibt es noch keine Referenzen, deshalb werden als &quot;Ersatz&quot; Pointer verwendet. t ist eine Kopie eines Zeigers und wird &quot;by value&quot; übergeben, der Inhalt von t zeigt auf eine gegebene int-Variable, auf die du damit &quot;by reference&quot; zugreifen kannst.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/901739</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/901739</guid><dc:creator><![CDATA[CStoll]]></dc:creator><pubDate>Thu, 27 Oct 2005 08:44:52 GMT</pubDate></item><item><title><![CDATA[Reply to verunsichert on Thu, 27 Oct 2005 08:49:51 GMT]]></title><description><![CDATA[<p>ok gut, eigentlich ist es ja egal wie man dazu sagt Hauptsache ist ja das man weis wie man es anwendet <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>danke fuer die hilfe</p>
]]></description><link>https://www.c-plusplus.net/forum/post/901743</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/901743</guid><dc:creator><![CDATA[verunsichert]]></dc:creator><pubDate>Thu, 27 Oct 2005 08:49:51 GMT</pubDate></item></channel></rss>