<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>C++ on ManuSoft</title><link>http://www.manusoft.com/categories/c++/</link><description>Recent content in C++ on ManuSoft</description><generator>Hugo</generator><language>en-us</language><copyright>1991–2026</copyright><lastBuildDate>Thu, 20 Nov 2014 22:39:40 +0000</lastBuildDate><atom:link href="http://www.manusoft.com/categories/c++/index.xml" rel="self" type="application/rss+xml"/><item><title>How to fix IntelliSense errors in Visual Studio</title><link>http://www.manusoft.com/archive/blog/how-to-fix-intellisense-errors/</link><pubDate>Thu, 20 Nov 2014 22:39:40 +0000</pubDate><guid>http://www.manusoft.com/archive/blog/how-to-fix-intellisense-errors/</guid><description>&lt;p&gt;New Visual Studio C/C++ users sometimes get tripped up by IntelliSense errors, so today I&amp;#8217;ve decided to share the secret, undocumented solution: &lt;em&gt;just turn them off!&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/vstudio/hcw1s69b(v=vs.100).aspx" target="_blank"&gt;IntelliSense&lt;/a&gt; is a nice user interface feature when it works, but it has nothing whatever to do with building and running your C/C++ code. IntelliSense errors do not equal compiler errors, and trying to &amp;#8220;fix&amp;#8221; them is fruitless.&lt;/p&gt;</description></item><item><title>Writing a Custom Debugger on Windows</title><link>http://www.manusoft.com/archive/blog/writing-a-custom-debugger-on-windows/</link><pubDate>Wed, 13 Aug 2014 05:22:38 +0000</pubDate><guid>http://www.manusoft.com/archive/blog/writing-a-custom-debugger-on-windows/</guid><description>&lt;p&gt;Recently I had to debug an intermittent access violation exception in one of my AutoCAD plug-ins. I needed to get the exception while the debugger was attached so I could break the process and analyze the state of memory before AutoCAD&amp;#8217;s global exception handler got control. Unfortunately, sometimes it took several hundred runs before the exception occurred.&lt;/p&gt;</description></item></channel></rss>