<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>傻丫头和大笨蛋 &#187; PlusCPlus</title>
	<atom:link href="http://www.shunfly.com/category/pluscplus/feed" rel="self" type="application/rss+xml" />
	<link>http://www.shunfly.com</link>
	<description>Find,Face,Fight,Fix,Fun</description>
	<lastBuildDate>Fri, 27 Aug 2010 16:17:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>参考MATLAB的VC绘图类设计实现-[1]</title>
		<link>http://www.shunfly.com/matlab/20091222122.html</link>
		<comments>http://www.shunfly.com/matlab/20091222122.html#comments</comments>
		<pubDate>Tue, 22 Dec 2009 07:40:44 +0000</pubDate>
		<dc:creator>shunfly</dc:creator>
				<category><![CDATA[MATLAB]]></category>
		<category><![CDATA[PlusCPlus]]></category>
		<category><![CDATA[VC]]></category>

		<guid isPermaLink="false">http://www.shunfly.com/?p=122</guid>
		<description><![CDATA[&#160;&#160;确切地说是1D绘图类。

&#160;&#160;设计初衷，抛弃“基于MATLAB6.X混编而利用MATLAB图形库&#8221;的思路，参考MATLAB绘图代码和思路，及成熟的Grapher绘图思路，以C++类的思路建立VC++绘图类，方便科学计算成图。

&#160;&#160;借鉴一。MATLAB图形

<span class="readmore"><a href="http://www.shunfly.com/matlab/20091222122.html" title="参考MATLAB的VC绘图类设计实现-[1]">阅读全文——共133字</a></span>]]></description>
			<content:encoded><![CDATA[<p>&nbsp;&nbsp;确切地说是1D绘图类。</p>
<p>&nbsp;&nbsp;设计初衷，抛弃“基于MATLAB6.X混编而利用MATLAB图形库&#8221;的思路，参考MATLAB绘图代码和思路，及成熟的Grapher绘图思路，以C++类的思路建立VC++绘图类，方便科学计算成图。</p>
<p>&nbsp;&nbsp;借鉴一。MATLAB图形</p>
<p><img class="alignnone" title="MATLAB图" src="http://public.blu.livefilestore.com/y1pvz9rQX4sB1ciU4E3lBSupNiRRMK-g7Ul_EoCaabuwJ9fBeimPGlLYE0akQd-lLUio2q3b6JYuMTebOVbwytSjw/MATLAB.JPG" alt="" width="422" height="280" /><br />
&nbsp;&nbsp;借鉴二。Grapher图形</p>
<p><img class="alignnone" title="Grapher图" src="http://public.blu.livefilestore.com/y1pFrOE65Iwyr4ualXuU8RLwbFMheTrmErajjCc5I_YJDOxfT3O1XU9K73_P74TB0ZBQhImSSVORLg2i0REAZyz0g/Grapher7.jpg" alt="" width="452" height="420" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shunfly.com/matlab/20091222122.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VC6.0常见错误解决方案</title>
		<link>http://www.shunfly.com/pluscplus/2009121354.html</link>
		<comments>http://www.shunfly.com/pluscplus/2009121354.html#comments</comments>
		<pubDate>Sun, 13 Dec 2009 16:18:30 +0000</pubDate>
		<dc:creator>shunfly</dc:creator>
				<category><![CDATA[PlusCPlus]]></category>
		<category><![CDATA[VC]]></category>

		<guid isPermaLink="false">http://www.shunfly.com/?p=54</guid>
		<description><![CDATA[Q：cannot open include file &#8216;afxres.rc&#8217;.

A：

&#160;&#160;afxres.h 和afxres.rc是visual studio 自带的头文件。不能打开这个文件说明是头文件出问题，或编译系统没有找到包含afxres.rc的头文件。查看环境变量  tools-&#62;option-&#62;directories-&#62;include files。仔细查看有没有包含vc98\mfc\include  和vc98\include，发现没有include mfc\include文件夹。 加入，编译成功。另外： 1。查看library files ，确认vc98\lib 和vc98\mfc\lib也都在。

<span class="readmore"><a href="http://www.shunfly.com/pluscplus/2009121354.html" title="VC6.0常见错误解决方案">阅读全文——共532字</a></span>]]></description>
			<content:encoded><![CDATA[<p><span style="color: #0000ff;">Q：cannot open include file &#8216;afxres.rc&#8217;.</span><br />
<span style="color: #993300;">A：<br />
&nbsp;&nbsp;afxres.h 和afxres.rc是visual studio 自带的头文件。不能打开这个文件说明是头文件出问题，或编译系统没有找到包含afxres.rc的头文件。查看环境变量  tools-&gt;option-&gt;directories-&gt;include files。仔细查看有没有包含vc98\mfc\include  和vc98\include，发现没有include mfc\include文件夹。 加入，编译成功。另外： 1。查看library files ，确认vc98\lib 和vc98\mfc\lib也都在。</span><br />
(<a href="http://www.phpchina.com/html/52/45052_itemid_16762.html">http://www.phpchina.com/html/52/45052_itemid_16762.html</a>)<br />
<span style="color: #0000ff;">Q：“Fatal error C1001 Internal complier error”（致命错误 C1001 内部编译器错误）</span><br />
<span style="color: #993300;">A：<br />
&nbsp;&nbsp;测试，Visual Studio6 Service Pack5，可以解决这个问题。<br />
List of bugs that are fixed in Visual Studio 6.0 Service Pack 6<br />
(<a href="http://support.microsoft.com/kb/834001/">http://support.microsoft.com/kb/834001/</a>) </span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shunfly.com/pluscplus/2009121354.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
