<?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[Rueckgabewerte in C++]]></title><description><![CDATA[<p>Hallo zusammen</p>
<p>ich habe eine Frage zu Rueckgabewerten in C++. Kann man mehrere Rueckgabewerte liefern (wie zum Beispiel in Matlab) oder geht das bei C++ gar nicht? Also kann ich zum Beispiel return(int, string) machen? Und wenn ja, wie sieht dann die Deklaration solch einer Funktion aus?</p>
<p>Vielen Dank fuer jede Hilfe</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/122002/rueckgabewerte-in-c</link><generator>RSS for Node</generator><lastBuildDate>Sat, 22 Aug 2026 23:39:17 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/122002.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 29 Sep 2005 12:13:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Rueckgabewerte in C++ on Thu, 29 Sep 2005 12:13:32 GMT]]></title><description><![CDATA[<p>Hallo zusammen</p>
<p>ich habe eine Frage zu Rueckgabewerten in C++. Kann man mehrere Rueckgabewerte liefern (wie zum Beispiel in Matlab) oder geht das bei C++ gar nicht? Also kann ich zum Beispiel return(int, string) machen? Und wenn ja, wie sieht dann die Deklaration solch einer Funktion aus?</p>
<p>Vielen Dank fuer jede Hilfe</p>
]]></description><link>https://www.c-plusplus.net/forum/post/882911</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/882911</guid><dc:creator><![CDATA[Samo]]></dc:creator><pubDate>Thu, 29 Sep 2005 12:13:32 GMT</pubDate></item><item><title><![CDATA[Reply to Rueckgabewerte in C++ on Thu, 29 Sep 2005 12:16:45 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>nein mehrere Return-Werte sind nicht möglich.<br />
Du kannst nur noch die Parameter by-Reference übergeben, und deren Werte ändern.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/882916</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/882916</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Thu, 29 Sep 2005 12:16:45 GMT</pubDate></item><item><title><![CDATA[Reply to Rueckgabewerte in C++ on Thu, 29 Sep 2005 12:17:36 GMT]]></title><description><![CDATA[<p><a href="http://cplus.kompf.de/artikel/funcpar.html" rel="nofollow">http://cplus.kompf.de/artikel/funcpar.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/882917</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/882917</guid><dc:creator><![CDATA[miller_m]]></dc:creator><pubDate>Thu, 29 Sep 2005 12:17:36 GMT</pubDate></item><item><title><![CDATA[Reply to Rueckgabewerte in C++ on Thu, 29 Sep 2005 12:18:35 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>oder die Werte in einer struct zusammenfassen und die dann zurückgeben.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/882918</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/882918</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Thu, 29 Sep 2005 12:18:35 GMT</pubDate></item><item><title><![CDATA[Reply to Rueckgabewerte in C++ on Thu, 29 Sep 2005 12:35:00 GMT]]></title><description><![CDATA[<p>Du kannst ne Klasse Programmieren und eine Instanz zurückgeben.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/882936</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/882936</guid><dc:creator><![CDATA[Tc++H]]></dc:creator><pubDate>Thu, 29 Sep 2005 12:35:00 GMT</pubDate></item><item><title><![CDATA[Reply to Rueckgabewerte in C++ on Thu, 29 Sep 2005 12:37:31 GMT]]></title><description><![CDATA[<p>Vielen Dank fuer die schnellen Antworten und Hilfen! Dann werde ich mich wohl mal in die Referenzen einlesen oder den Code umschreiben</p>
]]></description><link>https://www.c-plusplus.net/forum/post/882939</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/882939</guid><dc:creator><![CDATA[Samo]]></dc:creator><pubDate>Thu, 29 Sep 2005 12:37:31 GMT</pubDate></item></channel></rss>