﻿<?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++博客-C++学习经验</title><link>http://www.cppblog.com/hj490134273/</link><description /><language>zh-cn</language><lastBuildDate>Tue, 05 May 2026 11:17:49 GMT</lastBuildDate><pubDate>Tue, 05 May 2026 11:17:49 GMT</pubDate><ttl>60</ttl><item><title>win32 application与win32 console application的区别</title><link>http://www.cppblog.com/hj490134273/archive/2009/10/26/99513.html</link><dc:creator>xiao刚</dc:creator><author>xiao刚</author><pubDate>Mon, 26 Oct 2009 11:17:00 GMT</pubDate><guid>http://www.cppblog.com/hj490134273/archive/2009/10/26/99513.html</guid><wfw:comment>http://www.cppblog.com/hj490134273/comments/99513.html</wfw:comment><comments>http://www.cppblog.com/hj490134273/archive/2009/10/26/99513.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cppblog.com/hj490134273/comments/commentRss/99513.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/hj490134273/services/trackbacks/99513.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;Win32 &nbsp; Application &nbsp; 是标准 &nbsp; windows &nbsp; 程序 &nbsp; , &nbsp; GUI接口 &nbsp; ，完全拥有windows的特性！&nbsp;&nbsp;&nbsp;<br>&nbsp;&nbsp;&nbsp;Win32 &nbsp; console &nbsp; application &nbsp; 类似于 &nbsp; DOS &nbsp; 程序 &nbsp; ，不过提供了访问windows系统API的能力！<br>&nbsp;&nbsp;&nbsp;关键在于，一个的入口点WinMain,而另一个是main() &nbsp; <br>&nbsp; 编译时，编译器总是寻找相应的函数来链接<br>虽然 &nbsp; win32 &nbsp; console &nbsp; application &nbsp; 的运行界面貌似 &nbsp; dos， &nbsp; 但他只是 &nbsp; windows &nbsp; 底下的虚拟模式，并不是真正意义下的 &nbsp; dos， &nbsp; 在 &nbsp; win32 &nbsp; console &nbsp; application &nbsp; 中， &nbsp; 很多 &nbsp; MFC &nbsp; 都是非法的<br>
<img src ="http://www.cppblog.com/hj490134273/aggbug/99513.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/hj490134273/" target="_blank">xiao刚</a> 2009-10-26 19:17 <a href="http://www.cppblog.com/hj490134273/archive/2009/10/26/99513.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>