<?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[Compiler Fehlermeldung]]></title><description><![CDATA[<p>Hallo Leute,</p>
<p>habe folgendes Problem:</p>
<p>Meine Vektorklasse:</p>
<p>CVektor Lotpunkt1();</p>
<p>Pointer auf diesen Vektor</p>
<p>CVektor* pLot2 = &amp;Lotpunkt2;</p>
<p>Erzeugt folgenden Compilerfehler:</p>
<p>error C2440: 'initializing' : cannot convert from 'class CVektor (__cdecl *)(void)' to 'class CVektor *'</p>
<p>Hat jemand einen Hinweis für mich, was ich verkehrt mache.</p>
<p>Vielen Dank im Voraus,</p>
<p>Andreas</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/192920/compiler-fehlermeldung</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 14:02:22 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/192920.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 20 Sep 2007 07:14:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Compiler Fehlermeldung on Thu, 20 Sep 2007 07:14:08 GMT]]></title><description><![CDATA[<p>Hallo Leute,</p>
<p>habe folgendes Problem:</p>
<p>Meine Vektorklasse:</p>
<p>CVektor Lotpunkt1();</p>
<p>Pointer auf diesen Vektor</p>
<p>CVektor* pLot2 = &amp;Lotpunkt2;</p>
<p>Erzeugt folgenden Compilerfehler:</p>
<p>error C2440: 'initializing' : cannot convert from 'class CVektor (__cdecl *)(void)' to 'class CVektor *'</p>
<p>Hat jemand einen Hinweis für mich, was ich verkehrt mache.</p>
<p>Vielen Dank im Voraus,</p>
<p>Andreas</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1368974</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1368974</guid><dc:creator><![CDATA[AndreasBo]]></dc:creator><pubDate>Thu, 20 Sep 2007 07:14:08 GMT</pubDate></item><item><title><![CDATA[Reply to Compiler Fehlermeldung on Thu, 20 Sep 2007 07:17:44 GMT]]></title><description><![CDATA[<p>AndreasBo schrieb:</p>
<blockquote>
<p>CVektor Lotpunkt1();</p>
</blockquote>
<p>Das ist eine Funktionsdeklaration. Lass die Klammern weg.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1368976</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1368976</guid><dc:creator><![CDATA[MFK]]></dc:creator><pubDate>Thu, 20 Sep 2007 07:17:44 GMT</pubDate></item><item><title><![CDATA[Reply to Compiler Fehlermeldung on Thu, 20 Sep 2007 07:19:00 GMT]]></title><description><![CDATA[<p>Lotpunkt ist <em>kein</em> Default-initialisierter CVektor, sondern eine Funktionsdeklaration. Lass mal die leeren Klammern weg, dann sollte es passen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1368978</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1368978</guid><dc:creator><![CDATA[CStoll]]></dc:creator><pubDate>Thu, 20 Sep 2007 07:19:00 GMT</pubDate></item><item><title><![CDATA[Reply to Compiler Fehlermeldung on Thu, 20 Sep 2007 07:27:46 GMT]]></title><description><![CDATA[<p>Vielen Dank für die schnelle Hilfe an euch beide.</p>
<p>Andreas</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1368981</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1368981</guid><dc:creator><![CDATA[AndreasBo]]></dc:creator><pubDate>Thu, 20 Sep 2007 07:27:46 GMT</pubDate></item></channel></rss>