<?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[Boost Multiarray und VC++ 2008 Intellisense]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich hab ein kleines seltsames Problem und hoffe, das hier ist das richtige Forum</p>
<p>Ich nutze seit ein paar Tagen in meinem Projekt das Multiarray aus der Boost Library und damit kommt Intellisense von VC++ irgendwie nicht klar.</p>
<p>Ich bin mir nicht ganz sicher, ob das überhaupt Intellisense ist. Es geht um die VC++ Funktion, die mir anzeigt, welche Variablen eine Funktion benötigt, sobald ich &quot;funktion(&quot; schreibe</p>
<p>kurzer Codeschnipsel:</p>
<pre><code class="language-cpp">class klasse
{
public:
	int a;
	int b;
};

void bla()
{
	// ganz viel anderer Code

	// X1

	typedef boost::multi_array&lt;klasse, 2&gt; array_type;
	array_type Matrix(boost::extents[10][10]);

	// X2

	Matrix[0][0].a = 1;

	// X3

	// noch viel mehr Code
}
</code></pre>
<p>An den Stellen X1 und X2 funktioniert Intellisense, wenn ich &quot;funktion(&quot; schreibe, an der Stelle X3 und darunter funktioniert es nicht mehr. Die Datei lässt sich einwandfrei kompilieren.</p>
<p>Zwei kleine Screenshots aus dem tatsächlichen Code:</p>
<p><a href="http://member.low-family.net/timedog/intelli1.png" rel="nofollow">http://member.low-family.net/timedog/intelli1.png</a><br />
<a href="http://member.low-family.net/timedog/intelli2.png" rel="nofollow">http://member.low-family.net/timedog/intelli2.png</a></p>
<p>Woran könnte das liegen? Es ist jetzt nicht so, dass ich Intellisense unbedingt brauche aber es ist doch schon sehr praktisch bei aufwändigeren Funktionen</p>
<p>Gruß<br />
Godemit</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/275061/boost-multiarray-und-vc-2008-intellisense</link><generator>RSS for Node</generator><lastBuildDate>Thu, 27 Aug 2026 05:30:11 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/275061.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 08 Oct 2010 09:01:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Boost Multiarray und VC++ 2008 Intellisense on Fri, 08 Oct 2010 09:01:33 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich hab ein kleines seltsames Problem und hoffe, das hier ist das richtige Forum</p>
<p>Ich nutze seit ein paar Tagen in meinem Projekt das Multiarray aus der Boost Library und damit kommt Intellisense von VC++ irgendwie nicht klar.</p>
<p>Ich bin mir nicht ganz sicher, ob das überhaupt Intellisense ist. Es geht um die VC++ Funktion, die mir anzeigt, welche Variablen eine Funktion benötigt, sobald ich &quot;funktion(&quot; schreibe</p>
<p>kurzer Codeschnipsel:</p>
<pre><code class="language-cpp">class klasse
{
public:
	int a;
	int b;
};

void bla()
{
	// ganz viel anderer Code

	// X1

	typedef boost::multi_array&lt;klasse, 2&gt; array_type;
	array_type Matrix(boost::extents[10][10]);

	// X2

	Matrix[0][0].a = 1;

	// X3

	// noch viel mehr Code
}
</code></pre>
<p>An den Stellen X1 und X2 funktioniert Intellisense, wenn ich &quot;funktion(&quot; schreibe, an der Stelle X3 und darunter funktioniert es nicht mehr. Die Datei lässt sich einwandfrei kompilieren.</p>
<p>Zwei kleine Screenshots aus dem tatsächlichen Code:</p>
<p><a href="http://member.low-family.net/timedog/intelli1.png" rel="nofollow">http://member.low-family.net/timedog/intelli1.png</a><br />
<a href="http://member.low-family.net/timedog/intelli2.png" rel="nofollow">http://member.low-family.net/timedog/intelli2.png</a></p>
<p>Woran könnte das liegen? Es ist jetzt nicht so, dass ich Intellisense unbedingt brauche aber es ist doch schon sehr praktisch bei aufwändigeren Funktionen</p>
<p>Gruß<br />
Godemit</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1962795</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1962795</guid><dc:creator><![CDATA[Godemit]]></dc:creator><pubDate>Fri, 08 Oct 2010 09:01:33 GMT</pubDate></item><item><title><![CDATA[Reply to Boost Multiarray und VC++ 2008 Intellisense on Fri, 08 Oct 2010 09:49:00 GMT]]></title><description><![CDATA[<p>Das Intelli-Sense ist leider a bissl Müll.<br />
Ich nutze zu meinem VC++ 2008 Prof. noch Visual Assist X. Jeden Pfennig wert. Nicht ganz billig leider mit 99$.<br />
<a href="http://www.wholetomato.com/purchase/default.asp" rel="nofollow">http://www.wholetomato.com/purchase/default.asp</a></p>
<p>rya.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1962817</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1962817</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Fri, 08 Oct 2010 09:49:00 GMT</pubDate></item><item><title><![CDATA[Reply to Boost Multiarray und VC++ 2008 Intellisense on Fri, 08 Oct 2010 09:52:41 GMT]]></title><description><![CDATA[<p>Ja, VAssist kann ich auch sehr empfehlen. Alternativ soll das IntelliSense von VC2010 sehr stark verbessert worden sein, da es jetzt auf den Compiler-parsebaum zurückgreifen kann.</p>
<p>Offtopic: Wenn du mit OpenCV und C++ arbeitest, dann kann ich dir nur empfehlen, dass C++-Interface von OpenCV zu verwenden, wurde mit V2.0 oder 2.1 eingeführt. Damit ist es wesentlich einfacher zu programmieren.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1962818</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1962818</guid><dc:creator><![CDATA[Maxi]]></dc:creator><pubDate>Fri, 08 Oct 2010 09:52:41 GMT</pubDate></item><item><title><![CDATA[Reply to Boost Multiarray und VC++ 2008 Intellisense on Fri, 08 Oct 2010 11:59:08 GMT]]></title><description><![CDATA[<p>Bis 2008 war das IntelliSense nicht fähig, komplexen C++ Code zu analysieren, speziell bei komplexen Templates ging nichts mehr.<br />
Ab 2010 wurde alles neu implementiert und es wird auf die Informationen des Compilers zugegriffen. D.h. was der Compiler versteht, zeigt auch IntelliSense an.</p>
<p>VAX ist bis 2008 eine gute Alternative. Da VAX aber weitere Funktionen hat, wie Objektbrowser, Refactoring (sehr nützlich!) usw. kann man VAX auch für 2010 empfehlen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1962868</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1962868</guid><dc:creator><![CDATA[Artchi]]></dc:creator><pubDate>Fri, 08 Oct 2010 11:59:08 GMT</pubDate></item></channel></rss>