﻿<?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++博客-stonewill</title><link>http://www.cppblog.com/stonewill/</link><description /><language>zh-cn</language><lastBuildDate>Tue, 09 Jun 2026 18:55:58 GMT</lastBuildDate><pubDate>Tue, 09 Jun 2026 18:55:58 GMT</pubDate><ttl>60</ttl><item><title>windows与linux编程体会</title><link>http://www.cppblog.com/stonewill/archive/2006/06/12/8474.html</link><dc:creator>stonewill</dc:creator><author>stonewill</author><pubDate>Mon, 12 Jun 2006 13:46:00 GMT</pubDate><guid>http://www.cppblog.com/stonewill/archive/2006/06/12/8474.html</guid><wfw:comment>http://www.cppblog.com/stonewill/comments/8474.html</wfw:comment><comments>http://www.cppblog.com/stonewill/archive/2006/06/12/8474.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/stonewill/comments/commentRss/8474.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/stonewill/services/trackbacks/8474.html</trackback:ping><description><![CDATA[   很久没有写过文章了，但还是想谈谈我对windows和linux环境下编程的一些体会。<br />   微软的操作系统确实是为用户方便而开发的，但作为软件开发人员却必须要费尽心机去拨开图形界面和众多的只有微软最清楚的核心技术，这一点他也不打算让更多的人知道。c语言有库函数，windows c有api当然也支持标准c函数，重点应该转移到windows api 函数了。用api写winmain() {}类的程序思路也很清晰，但为了提高效率微软afx小组开发了MFC，这样大家可以像做积木一样的作程序了，这是件好事，但把台阶一下子抬高了好几级，这下擅长短跑的运动员可要经历长跑的考验了，C++语言，MFC主干类运作原理，消息循环机制，Document-view-Framwnd三位一体......,难是有些难可这个世界上本来就没有几件事象1+1=?<br />    而linux操作系统很有亲和力，开源并且系统很清晰，也没有windows那么庞大，首先让人能很好的理解操作系统的运作，甚至可以进行修改编译。<br />    用windows的大部分用户停止于用，而用linux的用户确是想要了解。<br />    不管windows还是linux环境，c/c++编程都支持，语言基础好了两者都可作。<img src ="http://www.cppblog.com/stonewill/aggbug/8474.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/stonewill/" target="_blank">stonewill</a> 2006-06-12 21:46 <a href="http://www.cppblog.com/stonewill/archive/2006/06/12/8474.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>