<?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[welches include für TTable?]]></title><description><![CDATA[<p>Welches <em>Inlcude</em> brauche ich damit ich <em>TTable</em> in einer eigenen Klasse benutzen kann, bzw. wie finde ich das heraus?</p>
<pre><code class="language-cpp">...
private:
    TTable *pTabelle;
...
</code></pre>
<p>Bis jetzt kommt bei diesem code die Fehlermeldung &quot;<em>Typname erwartet</em>&quot;.<br />
Ich benutze den BCB6.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/195815/welches-include-für-ttable</link><generator>RSS for Node</generator><lastBuildDate>Tue, 18 Aug 2026 10:28:34 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/195815.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 22 Oct 2007 09:50:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to welches include für TTable? on Mon, 22 Oct 2007 09:50:32 GMT]]></title><description><![CDATA[<p>Welches <em>Inlcude</em> brauche ich damit ich <em>TTable</em> in einer eigenen Klasse benutzen kann, bzw. wie finde ich das heraus?</p>
<pre><code class="language-cpp">...
private:
    TTable *pTabelle;
...
</code></pre>
<p>Bis jetzt kommt bei diesem code die Fehlermeldung &quot;<em>Typname erwartet</em>&quot;.<br />
Ich benutze den BCB6.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1389813</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1389813</guid><dc:creator><![CDATA[viesser-seb]]></dc:creator><pubDate>Mon, 22 Oct 2007 09:50:32 GMT</pubDate></item><item><title><![CDATA[Reply to welches include für TTable? on Mon, 22 Oct 2007 09:55:03 GMT]]></title><description><![CDATA[<p>In der Hilfe des BCB nach TTable suchen und schauen, was dort unter UNIT steht. Das ist das notwendige Header-File (entweder mit .hpp oder .h ergänzen).</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1389817</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1389817</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Mon, 22 Oct 2007 09:55:03 GMT</pubDate></item><item><title><![CDATA[Reply to welches include für TTable? on Mon, 22 Oct 2007 10:07:35 GMT]]></title><description><![CDATA[<p>Ah!<br />
Vielen Dank,<br />
habe es nur mit &quot;.h&quot; versucht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1389825</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1389825</guid><dc:creator><![CDATA[viesser-seb]]></dc:creator><pubDate>Mon, 22 Oct 2007 10:07:35 GMT</pubDate></item></channel></rss>