<?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[frage zu konstante]]></title><description><![CDATA[<p>Hi</p>
<p>was bedeutet denn dieser code hier?<br />
also ich versteh nicht die Zuordnung von dem GR_API und den Fkten jeweils ist das eine Praepozessoranweisung so wie<br />
#define KONSANTE 4</p>
<p>GR_API GRCreate( P * col);<br />
GR_API GRAddObject( P col, const ObjectHandle * obj);</p>
<p>danke<br />
hans</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/160620/frage-zu-konstante</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Jul 2026 18:48:40 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/160620.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 27 Sep 2006 15:18:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to frage zu konstante on Wed, 27 Sep 2006 15:18:00 GMT]]></title><description><![CDATA[<p>Hi</p>
<p>was bedeutet denn dieser code hier?<br />
also ich versteh nicht die Zuordnung von dem GR_API und den Fkten jeweils ist das eine Praepozessoranweisung so wie<br />
#define KONSANTE 4</p>
<p>GR_API GRCreate( P * col);<br />
GR_API GRAddObject( P col, const ObjectHandle * obj);</p>
<p>danke<br />
hans</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1145506</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1145506</guid><dc:creator><![CDATA[hans m]]></dc:creator><pubDate>Wed, 27 Sep 2006 15:18:00 GMT</pubDate></item><item><title><![CDATA[Reply to frage zu konstante on Wed, 27 Sep 2006 15:23:06 GMT]]></title><description><![CDATA[<p>Wahrscheinlich handelt es sich um ein typedef (oder #define, ODER eine Klasse).<br />
Du musst eben in den Headerdateien nachschauen, was das für ein Typ ist.</p>
<p>Und GR_API ist der Rückgabetyp der Funktion, falls das nicht klar war.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1145508</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1145508</guid><dc:creator><![CDATA[Nanyuki]]></dc:creator><pubDate>Wed, 27 Sep 2006 15:23:06 GMT</pubDate></item><item><title><![CDATA[Reply to frage zu konstante on Wed, 27 Sep 2006 15:37:44 GMT]]></title><description><![CDATA[<p>Also wenns ein #define is, muesste in einer headerdatei (die dann ja auch von dieser datei in de das GR_API verwendet wird, eingebunden werden muss) irgendwo sowas stehen wie zB:<br />
#define GR_API int</p>
<p>(bei typedef analog)</p>
<p>aber wie muesst denn beiner klasse aussehen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1145524</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1145524</guid><dc:creator><![CDATA[hans m]]></dc:creator><pubDate>Wed, 27 Sep 2006 15:37:44 GMT</pubDate></item><item><title><![CDATA[Reply to frage zu konstante on Thu, 28 Sep 2006 07:02:38 GMT]]></title><description><![CDATA[<p>Klick doch einfach mit rechts auf diesen Rückgabetyp und wähle in dem dann erscheinenden Kontextmenü den Eintrag &quot;Gehe zu Definition&quot;. Dann sollte er an die Stelle springen, wo der Bezeichner definiert ist (üblicherweise in einer Header-Datei). Dann siehst Du, ob es eine Klasse, typedef oder define ist.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1145766</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1145766</guid><dc:creator><![CDATA[AndyDD]]></dc:creator><pubDate>Thu, 28 Sep 2006 07:02:38 GMT</pubDate></item></channel></rss>