﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-Way,Method,Algorithm-文章分类-编程利器</title><link>http://www.cppblog.com/yaowf99/category/3290.html</link><description>算法的世界</description><language>zh-cn</language><lastBuildDate>Tue, 20 May 2008 17:09:41 GMT</lastBuildDate><pubDate>Tue, 20 May 2008 17:09:41 GMT</pubDate><ttl>60</ttl><item><title>Beyond Compare文件比较工具</title><link>http://www.cppblog.com/yaowf99/articles/16664.html</link><dc:creator>Whale</dc:creator><author>Whale</author><pubDate>Wed, 20 Dec 2006 11:36:00 GMT</pubDate><guid>http://www.cppblog.com/yaowf99/articles/16664.html</guid><wfw:comment>http://www.cppblog.com/yaowf99/comments/16664.html</wfw:comment><comments>http://www.cppblog.com/yaowf99/articles/16664.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/yaowf99/comments/commentRss/16664.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/yaowf99/services/trackbacks/16664.html</trackback:ping><description><![CDATA[cvopu from mou net..<br />＝＝＝＝＝<br />Beyond Compare 是一套非常实用的文件及文件夹比较软件，不仅可以快速比较出两个文件夹的不同之处，还可以详细的比较文件之间的内容差异。程序内建了文件浏览器，方便您对文件、文件夹、压缩包、FTP网站之间的差异对比以及资料同步。您可以使用它管理程序源代码，同步文件夹，比较程序输出，及验证光盘的复制。它还支持脚本处理、支持插件，尤其对中文支持很好。<br /><br /><img src ="http://www.cppblog.com/yaowf99/aggbug/16664.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/yaowf99/" target="_blank">Whale</a> 2006-12-20 19:36 <a href="http://www.cppblog.com/yaowf99/articles/16664.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>PC-Lint的lnt文件、配置方法，适用于VC++6.0与editplus【转载】</title><link>http://www.cppblog.com/yaowf99/articles/16629.html</link><dc:creator>Whale</dc:creator><author>Whale</author><pubDate>Tue, 19 Dec 2006 13:27:00 GMT</pubDate><guid>http://www.cppblog.com/yaowf99/articles/16629.html</guid><wfw:comment>http://www.cppblog.com/yaowf99/comments/16629.html</wfw:comment><comments>http://www.cppblog.com/yaowf99/articles/16629.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/yaowf99/comments/commentRss/16629.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/yaowf99/services/trackbacks/16629.html</trackback:ping><description><![CDATA[
		<h2 class="title">PC-Lint的lnt文件、配置方法，适用于VC++6.0与editplus</h2>
		<!-- begin content -->
		<!-- colors tried: pink - #F4b3FF, light green - #B3FFF4 -->
		<div class="mybody">
				<!-- insert the submitted by line. -->
				<table cellspacing="0" cellpadding="0" width="100%" border="0">
						<tbody>
								<tr>
										<td>Submitted by <i>xyz黑板</i> on 星期五, 十月 7, 2005 - 13:08</td>
										<td style="TEXT-ALIGN: right">
												<a href="http://xyzboard.com/?q=taxonomy/term/2">开发</a>
										</td>
								</tr>
						</tbody>
				</table>
				<hr />
				<!-- insert the node body -->
				<br />
				<table class="tborder" id="quote_x" style="BORDER-RIGHT: rgb(143,160,176) 1px solid; BORDER-TOP: rgb(143,160,176) 1px solid; MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px; BORDER-LEFT: rgb(143,160,176) 1px solid; BORDER-BOTTOM: rgb(143,160,176) 1px solid" cellspacing="0" cellpadding="1" width="95%" align="center" border="0">
						<tbody>
								<tr>
										<td class="thead" style="PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px">引用 </td>
								</tr>
						</tbody>
						<tbody id="quote_x">
								<tr id="quote_x">
										<td class="alt1" id="quote_x" style="PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px">
												<div id="quote_d" style="PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; OVERFLOW: visible; PADDING-TOP: 2px; HEIGHT: auto">PC-Lint是一个历史悠久，功能异常强劲的静态代码检测工具，适用于C、C＋＋语言。它的使用历史可以追溯到计算机编程的远古时代（30多年以前）。 经过这么多年的发展，它不但能够监测出许多语法逻辑上的隐患，而且也能够有效地帮你提出许多程序在空间利用、 运行效率上的改进点，在很多专业级的软件公司，比如Microsoft， PC-Lint检查无错误无警告是代码首先要过的第一关，我个人觉得，对于小公司和个人开发而言，PC-Lint也非常重要，因为基于开发成本考虑，小公 司和个人往往不能拿出很多很全面的测试，这时候，PC-Lint的强劲功能可以很好地提高软件的质量。 </div>
										</td>
								</tr>
						</tbody>
				</table>
				<br />在此，我提供了一个适合于VC++的PC-LINT的选项文件，<strong>适用于VC++，也适用于MFC工程</strong>。主要是去掉了很多无用的警告，以免用起来太费劲。<br /><a href="http://xyzboard.com/xyz_soft/vc-misra.lnt" target="_blank">点击下载</a><br />特别注意，这个lnt文件还需要根据你自己的VC头文件目录修改一下里面的头文件目录。<br /><br />在VC中，可以很方便的把PC-LINT集成进去，方法如下图：<br /><img src="http://xyzboard.com/xyz_img/pclint-1.png" border="0" /><br /><br />在EDITPLUS中，也可以很方便的集成，方法如下图<br /><img src="http://xyzboard.com/xyz_img/pclint-2.png" border="0" /><br /><br />集成之后，可以在打开文件后，直接点击工具进行检查，并对错误信息进行处理，使得用PC-LINT检查就像用编译器编译一样。<br /><br />另外，我也做了vxworks下的lnt文件，使用了MISRA 2004嵌入式规范，也在此提供<a href="http://xyzboard.com/xyz_soft/vx-misra.lnt" target="_blank">下载</a><br />吧，就不再另行说明了。<br /><br />另外，<br />如果你没有PC-LINT的话，可以从<a href="http://xyzboard.com/xyz_soft/PC.Lint.v8.00e.zip" target="_self">这里下载</a>8.0老版<br /><br /></div>
<img src ="http://www.cppblog.com/yaowf99/aggbug/16629.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/yaowf99/" target="_blank">Whale</a> 2006-12-19 21:27 <a href="http://www.cppblog.com/yaowf99/articles/16629.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>