<?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[struct]]></title><description><![CDATA[<p>ich habe folgendes problem ich habe ein struct gemacht das so aussieht:<br />
[/cpp]<br />
struct adresse<br />
{<br />
AnsiString Vorname;<br />
AnsiString Nachname;<br />
AnsiString Alter;<br />
};</p>
<p>adresse Gustaf;<br />
adresse Adressbuch[100];</p>
<pre><code class="language-cpp">ich möchte dem adressbuch diese werte zuweisen wo mache ich das.
</code></pre>
<p>Gustaf.Vorname=&quot;helmut&quot;;<br />
Gustaf.Nachname=&quot;meyer&quot;;<br />
Gustaf.Alter=&quot;12&quot;;<br />
[cpp]</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/88539/struct</link><generator>RSS for Node</generator><lastBuildDate>Sun, 05 Jul 2026 11:04:16 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/88539.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 11 Oct 2004 10:34:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to struct on Mon, 11 Oct 2004 10:34:27 GMT]]></title><description><![CDATA[<p>ich habe folgendes problem ich habe ein struct gemacht das so aussieht:<br />
[/cpp]<br />
struct adresse<br />
{<br />
AnsiString Vorname;<br />
AnsiString Nachname;<br />
AnsiString Alter;<br />
};</p>
<p>adresse Gustaf;<br />
adresse Adressbuch[100];</p>
<pre><code class="language-cpp">ich möchte dem adressbuch diese werte zuweisen wo mache ich das.
</code></pre>
<p>Gustaf.Vorname=&quot;helmut&quot;;<br />
Gustaf.Nachname=&quot;meyer&quot;;<br />
Gustaf.Alter=&quot;12&quot;;<br />
[cpp]</p>
]]></description><link>https://www.c-plusplus.net/forum/post/625849</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/625849</guid><dc:creator><![CDATA[~smirnofe]]></dc:creator><pubDate>Mon, 11 Oct 2004 10:34:27 GMT</pubDate></item><item><title><![CDATA[Reply to struct on Mon, 11 Oct 2004 10:41:36 GMT]]></title><description><![CDATA[<p>ich entschuldige michfür den schwachsinn den ich da geschrieben habe. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /><br />
eine sache würde mich aber trotzdem interessieren wie lege ich eine unbeschtimmte anzahl von arrays fest.<br />
allso theoretisch unendlich?</p>
<p>vielen dank schon im vorraus</p>
]]></description><link>https://www.c-plusplus.net/forum/post/625856</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/625856</guid><dc:creator><![CDATA[~smirnoff]]></dc:creator><pubDate>Mon, 11 Oct 2004 10:41:36 GMT</pubDate></item><item><title><![CDATA[Reply to struct on Mon, 11 Oct 2004 10:57:09 GMT]]></title><description><![CDATA[<p>Wenn du ein Array willst das man immer vergrößern/verkleinern kann dann such mal in der Borland Hilfe nach DynamicArray.<br />
Wenn du ein Array willst dessen größe bei jedem Programmstart/Funktionsaufruf(bei einer lokalen Variable) anders ist, kannste auch malloc(Borland Hilfe) benutzen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/625866</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/625866</guid><dc:creator><![CDATA[Beliah]]></dc:creator><pubDate>Mon, 11 Oct 2004 10:57:09 GMT</pubDate></item><item><title><![CDATA[Reply to struct on Mon, 11 Oct 2004 11:12:16 GMT]]></title><description><![CDATA[<p>Siehe <a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39305" rel="nofollow">FAQ</a> unter Dynamische Arrays.</p>
<p>Und in Zukunft bitte möglichst aussagekräftige Überschriften formulieren. Danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/625880</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/625880</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Mon, 11 Oct 2004 11:12:16 GMT</pubDate></item><item><title><![CDATA[Reply to struct on Mon, 11 Oct 2004 11:12:39 GMT]]></title><description><![CDATA[<p>ich würde ne TList nehmen...<br />
kannste aber leider nur zeiger drin speichern, aber an sonsten sehr komfortabel.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/625881</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/625881</guid><dc:creator><![CDATA[Errraddicator]]></dc:creator><pubDate>Mon, 11 Oct 2004 11:12:39 GMT</pubDate></item></channel></rss>