<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>云外归鸟工作室网站 - C/C++/ASM 语言</title>
    <link>http://www.ywgn.net/forum.php?mod=forumdisplay&amp;fid=44</link>
    <description>Latest 20 threads of C/C++/ASM 语言</description>
    <copyright>Copyright(C) 云外归鸟工作室网站</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 01 May 2026 10:39:56 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.ywgn.net/static/image/common/logo_88_31.gif</url>
      <title>云外归鸟工作室网站</title>
      <link>http://www.ywgn.net/</link>
    </image>
    <item>
      <title>MFC消息顺序</title>
      <link>http://www.ywgn.net/forum.php?mod=viewthread&amp;tid=1939</link>
      <description><![CDATA[1.AfxWndProc()      该函数负责接收消息，找到消息所属的CWnd对象，然后调用AfxCallWndProc
2.AfxCallWndProc()  该函数负责保存消息(保存的内容主要是消息标识符和消息参数)供应用程序以后使用，然后调用WindowProc()函数
3.WindowProc()      该函数负责发送消息到On ...]]></description>
      <category>C/C++/ASM 语言</category>
      <author>阿杰</author>
      <pubDate>Mon, 06 Jun 2011 06:42:51 +0000</pubDate>
    </item>
    <item>
      <title>在应用程序中创建快捷方式</title>
      <link>http://www.ywgn.net/forum.php?mod=viewthread&amp;tid=1937</link>
      <description><![CDATA[1　引言
  在Windows 3.x中，软件安装程序通常使用动态数据交换(DDE)的方法在程序管
理器(Program Manager)中创建一个程序组(Program Group)。随着
Windows95/98/NT这些32操作系统在系统内核和用户界面上的巨大改进，这种方
法在已经不再适用了。现在，几乎所有的安装程 ...]]></description>
      <category>C/C++/ASM 语言</category>
      <author>阿杰</author>
      <pubDate>Sun, 05 Jun 2011 09:54:34 +0000</pubDate>
    </item>
    <item>
      <title>C C++ 文件基本操作</title>
      <link>http://www.ywgn.net/forum.php?mod=viewthread&amp;tid=1936</link>
      <description><![CDATA[一、流式文件操作
　　这种方式的文件操作有一个重要的结构FILE，FILE在stdio.h中定义如下：

typedef struct {
int level;
unsigned flags;
char fd;
unsigned char hold;
int bsize;
unsigned char _FAR *buffer;
unsigned char _FAR *curp;
unsigned istemp;
short t ...]]></description>
      <category>C/C++/ASM 语言</category>
      <author>阿杰</author>
      <pubDate>Sun, 05 Jun 2011 09:51:17 +0000</pubDate>
    </item>
    <item>
      <title>OpenSCManager</title>
      <link>http://www.ywgn.net/forum.php?mod=viewthread&amp;tid=1935</link>
      <description><![CDATA[SC_HANDLE OpenSCManager(         LPCTSTR lpMachineName,        LPCTSTR lpDatabaseName,        DWORD dwDesiredAccess   如果以administrators的权限创建服务的话，该字段的值为SC_MANAGER_ALL_ACCESS    ); CreateService：    The CreateService function creat ...]]></description>
      <category>C/C++/ASM 语言</category>
      <author>阿杰</author>
      <pubDate>Sun, 05 Jun 2011 09:48:44 +0000</pubDate>
    </item>
    <item>
      <title>vc弹出USB的方法. 附试验通过的代码</title>
      <link>http://www.ywgn.net/forum.php?mod=viewthread&amp;tid=1934</link>
      <description><![CDATA[bool CUsbSwitchDlg::UnInstallUsb(char szDriveName) //参数是要弹出的盘符如：G，F{       DWORD accessMode = 0, shareMode = 0;       HANDLE   hDevice;        ULONG returned = 0,bResult = 0;       DWORD   dwError;         shareMode = FILE_SHARE_READ | F ...]]></description>
      <category>C/C++/ASM 语言</category>
      <author>阿杰</author>
      <pubDate>Sun, 05 Jun 2011 09:46:44 +0000</pubDate>
    </item>
    <item>
      <title>SHChangeNotify</title>
      <link>http://www.ywgn.net/forum.php?mod=viewthread&amp;tid=1933</link>
      <description><![CDATA[创建桌面快捷图标和创建开始菜单组
  CFileDialog dlg(FALSE,\&quot;可执行文件\&quot;, \&quot;*.EXE\&quot;, OFN_HIDEREADONLY, \&quot;可执行程序|*.exe||\&quot;, NULL);
    if (dlg.DoModal() == IDOK)
    {
        pathname = dlg.GetPathName();    //取得文件全路径
        strname = dlg.GetFil ...]]></description>
      <category>C/C++/ASM 语言</category>
      <author>阿杰</author>
      <pubDate>Sun, 05 Jun 2011 09:40:06 +0000</pubDate>
    </item>
    <item>
      <title>国际高手们的作品，不解释...</title>
      <link>http://www.ywgn.net/forum.php?mod=viewthread&amp;tid=620</link>
      <description><![CDATA[不解释...]]></description>
      <category>C/C++/ASM 语言</category>
      <author>shop</author>
      <pubDate>Fri, 18 Feb 2011 05:22:14 +0000</pubDate>
    </item>
    <item>
      <title>学C好还是学C++好？</title>
      <link>http://www.ywgn.net/forum.php?mod=viewthread&amp;tid=617</link>
      <description><![CDATA[独自一人自己创业，学C一年内能有何收获？C++呢？]]></description>
      <category>C/C++/ASM 语言</category>
      <author>shop</author>
      <pubDate>Sun, 13 Feb 2011 15:04:31 +0000</pubDate>
    </item>
    <item>
      <title>Windows Shell扩展编程完全指南(9个例子)</title>
      <link>http://www.ywgn.net/forum.php?mod=viewthread&amp;tid=208</link>
      <description><![CDATA[]]></description>
      <category>C/C++/ASM 语言</category>
      <author>阿杰</author>
      <pubDate>Sat, 27 Nov 2010 06:45:55 +0000</pubDate>
    </item>
    <item>
      <title>【源码】把mfc程序的内部函数揪出来</title>
      <link>http://www.ywgn.net/forum.php?mod=viewthread&amp;tid=189</link>
      <description><![CDATA[]]></description>
      <category>C/C++/ASM 语言</category>
      <author>阿杰</author>
      <pubDate>Fri, 12 Nov 2010 00:20:46 +0000</pubDate>
    </item>
    <item>
      <title>【分享】VC文件扩展名一览表</title>
      <link>http://www.ywgn.net/forum.php?mod=viewthread&amp;tid=150</link>
      <description><![CDATA[VC文件扩展名一览表

.APS：存放二进制资源的中间文件，VC把当前资源文件转换成二进制格式，并存放在APS文件中，以加快资源装载速度。

.BMP：位图资源文件。

.BSC：浏览信息文件，由浏览信息维护工具（BSCMAKE）从原始浏览信息文件（.SBR）中生成，BSC文件可以用来在 ...]]></description>
      <category>C/C++/ASM 语言</category>
      <author>阿杰</author>
      <pubDate>Sat, 16 Oct 2010 12:42:15 +0000</pubDate>
    </item>
  </channel>
</rss>