﻿<?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++博客-澹泊以明志，宁静以致远。-随笔分类-ASM/C/C++</title><link>http://www.cppblog.com/softisan/category/413.html</link><description>专注于ASM/C/C++技术，涉及软件工程，软件规范。</description><language>zh-cn</language><lastBuildDate>Mon, 19 May 2008 18:41:54 GMT</lastBuildDate><pubDate>Mon, 19 May 2008 18:41:54 GMT</pubDate><ttl>60</ttl><item><title>今天装一个cygwin，觉得并不如想象中的好用。</title><link>http://www.cppblog.com/softisan/archive/2005/11/22/1243.html</link><dc:creator>softisan</dc:creator><author>softisan</author><pubDate>Tue, 22 Nov 2005 07:40:00 GMT</pubDate><guid>http://www.cppblog.com/softisan/archive/2005/11/22/1243.html</guid><wfw:comment>http://www.cppblog.com/softisan/comments/1243.html</wfw:comment><comments>http://www.cppblog.com/softisan/archive/2005/11/22/1243.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/softisan/comments/commentRss/1243.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/softisan/services/trackbacks/1243.html</trackback:ping><description><![CDATA[<FONT color=#000000 size=2>花了很长时间下载，安装以后觉得一般，不如VM用得顺手。</FONT><img src ="http://www.cppblog.com/softisan/aggbug/1243.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/softisan/" target="_blank">softisan</a> 2005-11-22 15:40 <a href="http://www.cppblog.com/softisan/archive/2005/11/22/1243.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>关于char在不同的编译器中的定义问题</title><link>http://www.cppblog.com/softisan/archive/2005/11/22/1242.html</link><dc:creator>softisan</dc:creator><author>softisan</author><pubDate>Tue, 22 Nov 2005 07:18:00 GMT</pubDate><guid>http://www.cppblog.com/softisan/archive/2005/11/22/1242.html</guid><wfw:comment>http://www.cppblog.com/softisan/comments/1242.html</wfw:comment><comments>http://www.cppblog.com/softisan/archive/2005/11/22/1242.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/softisan/comments/commentRss/1242.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/softisan/services/trackbacks/1242.html</trackback:ping><description><![CDATA[<FONT size=2>前一阶段再做一个SAMSUNG的项目，嵌入式明偏识别系统，代码在Windows下，VC6变异运行完全没有问题，而在ARM9的tcc编译器下编译，在目标机下，运行不对，调试了很长时间，终于发现：在tcc的编译器下，默认的char = unsinged char。而在一般的编译器下，默认的都是char=singned char。<BR>所以在ARM编译器下，要想使编译器与VC6有相同的char的定义，有一个选项，可以参考编译器的说明书。<BR>ads1.2 为 -zc<BR>RVDS 为 --signed_chars</FONT><img src ="http://www.cppblog.com/softisan/aggbug/1242.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/softisan/" target="_blank">softisan</a> 2005-11-22 15:18 <a href="http://www.cppblog.com/softisan/archive/2005/11/22/1242.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>