<?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[Unbekanntes Object&#x2F;Struct&#x2F;Class? &amp;quot;doc&amp;quot;]]></title><description><![CDATA[<p>Hallo liebe C++ Community.</p>
<p>Ich war mir nicht sicher, ob meine Frage in dieses Board passt, aber ich hatte kein besseres erkennen können.</p>
<p>Ich versuche gerade ein schon etwas älteres Projekt mit dem sich Bilder raytracen lassen zu kompilieren. An einer Stelle komme ich so gar nicht weiter. Und zwar fehlt mir das Object/Struct/Class? &quot;doc&quot; (unten in der Zeile: const doc &amp;name;). Ich kann es in den gesamten Quellen des Projekts nicht finden und es scheint auch kein std::doc zu geben?<br />
Kennt vielleicht jemand eine Klasse o.ä &quot;doc&quot; einer Standardlibrary?</p>
<pre><code class="language-cpp">class	prefix
{
public:
	int		exponentiator;
	const char	*si;
	const doc	&amp;name;

public:
	prefix(int i   , const char*SI, const doc &amp;Name);
	prefix(double e, const char*SI, const doc &amp;Name);
};
</code></pre>
<p>Dieser Codeausschnitt stammt aus der Unit.hpp von Light++. Der Source ist als Tarball unter folgender Adresse zu beziehen, wenn es sich jemand anschauen will: <a href="http://www.photon.at/~werner/light/doc/Availability.html" rel="nofollow">http://www.photon.at/~werner/light/doc/Availability.html</a></p>
<p>Viele Grüße.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/265961/unbekanntes-object-struct-class-quot-doc-quot</link><generator>RSS for Node</generator><lastBuildDate>Thu, 03 Sep 2026 16:41:39 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/265961.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 01 May 2010 18:39:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Unbekanntes Object&#x2F;Struct&#x2F;Class? &amp;quot;doc&amp;quot; on Sat, 01 May 2010 18:39:49 GMT]]></title><description><![CDATA[<p>Hallo liebe C++ Community.</p>
<p>Ich war mir nicht sicher, ob meine Frage in dieses Board passt, aber ich hatte kein besseres erkennen können.</p>
<p>Ich versuche gerade ein schon etwas älteres Projekt mit dem sich Bilder raytracen lassen zu kompilieren. An einer Stelle komme ich so gar nicht weiter. Und zwar fehlt mir das Object/Struct/Class? &quot;doc&quot; (unten in der Zeile: const doc &amp;name;). Ich kann es in den gesamten Quellen des Projekts nicht finden und es scheint auch kein std::doc zu geben?<br />
Kennt vielleicht jemand eine Klasse o.ä &quot;doc&quot; einer Standardlibrary?</p>
<pre><code class="language-cpp">class	prefix
{
public:
	int		exponentiator;
	const char	*si;
	const doc	&amp;name;

public:
	prefix(int i   , const char*SI, const doc &amp;Name);
	prefix(double e, const char*SI, const doc &amp;Name);
};
</code></pre>
<p>Dieser Codeausschnitt stammt aus der Unit.hpp von Light++. Der Source ist als Tarball unter folgender Adresse zu beziehen, wenn es sich jemand anschauen will: <a href="http://www.photon.at/~werner/light/doc/Availability.html" rel="nofollow">http://www.photon.at/~werner/light/doc/Availability.html</a></p>
<p>Viele Grüße.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1891035</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1891035</guid><dc:creator><![CDATA[fgrimoo]]></dc:creator><pubDate>Sat, 01 May 2010 18:39:49 GMT</pubDate></item><item><title><![CDATA[Reply to Unbekanntes Object&#x2F;Struct&#x2F;Class? &amp;quot;doc&amp;quot; on Sat, 01 May 2010 20:02:48 GMT]]></title><description><![CDATA[<p>Schreib die Leute mal an, die das entwickelt haben.</p>
<p>Einfach so eine Klasse <code>doc</code> können wir auch nicht herzaubern..</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1891077</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1891077</guid><dc:creator><![CDATA[drakon]]></dc:creator><pubDate>Sat, 01 May 2010 20:02:48 GMT</pubDate></item><item><title><![CDATA[Reply to Unbekanntes Object&#x2F;Struct&#x2F;Class? &amp;quot;doc&amp;quot; on Sat, 01 May 2010 20:20:25 GMT]]></title><description><![CDATA[<p>drakon schrieb:</p>
<blockquote>
<p>Einfach so eine Klasse <code>doc</code> können wir auch nicht herzaubern..</p>
</blockquote>
<p>Doch, können wir:</p>
<pre><code class="language-cpp">struct doc {};
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1891085</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1891085</guid><dc:creator><![CDATA[TyRoXx]]></dc:creator><pubDate>Sat, 01 May 2010 20:20:25 GMT</pubDate></item><item><title><![CDATA[Reply to Unbekanntes Object&#x2F;Struct&#x2F;Class? &amp;quot;doc&amp;quot; on Sat, 01 May 2010 20:28:44 GMT]]></title><description><![CDATA[<p>Hallo.</p>
<p>Ich habe auch den lieben Entwickler angeschrieben, nur hatte er gerade keine Zeit - und ich dachte vielleicht ist das &quot;doc&quot; in einer Standardlibrary von C++ enthalten, die ich nicht gefunden habe - aber sonst bakannt wäre.<br />
Nichts für ungut.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1891088</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1891088</guid><dc:creator><![CDATA[fgrimoo]]></dc:creator><pubDate>Sat, 01 May 2010 20:28:44 GMT</pubDate></item><item><title><![CDATA[Reply to Unbekanntes Object&#x2F;Struct&#x2F;Class? &amp;quot;doc&amp;quot; on Sat, 01 May 2010 20:51:28 GMT]]></title><description><![CDATA[<p>fgrimoo schrieb:</p>
<blockquote>
<p>Hallo.</p>
<p>Ich habe auch den lieben Entwickler angeschrieben, nur hatte er gerade keine Zeit - und ich dachte vielleicht ist das &quot;doc&quot; in einer Standardlibrary von C++ enthalten, die ich nicht gefunden habe - aber sonst bakannt wäre.<br />
Nichts für ungut.</p>
</blockquote>
<p>Steht da etwa ein &quot;using namespace std;&quot;?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1891110</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1891110</guid><dc:creator><![CDATA[Janjan]]></dc:creator><pubDate>Sat, 01 May 2010 20:51:28 GMT</pubDate></item><item><title><![CDATA[Reply to Unbekanntes Object&#x2F;Struct&#x2F;Class? &amp;quot;doc&amp;quot; on Sun, 02 May 2010 08:52:53 GMT]]></title><description><![CDATA[<p>Also zur Standardbibliothek gehört es nicht.<br />
Finde das aber äusserst merkwürdig, dass es da einen Typen gibt, der nicht gefunden wird.<br />
Irgendwie Files beschädigt sind nicht oder?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1891201</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1891201</guid><dc:creator><![CDATA[drakon]]></dc:creator><pubDate>Sun, 02 May 2010 08:52:53 GMT</pubDate></item></channel></rss>