<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>曲径通幽论坛 - 源码实例</title>
    <link>http://www.groad.net/bbs/forum.php?mod=forumdisplay&amp;fid=155</link>
    <description>Latest 20 threads of 源码实例</description>
    <copyright>Copyright(C) 曲径通幽论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 26 May 2026 05:41:01 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.groad.net/bbs/static/image/common/logo_88_31.gif</url>
      <title>曲径通幽论坛</title>
      <link>http://www.groad.net/bbs/</link>
    </image>
    <item>
      <title>统计编辑框中的文本长度</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8709</link>
      <description><![CDATA[界面如下：



该程序的主要功能是，先在编辑框里输入一定的文字，然后按下统计按钮，于是打印出字符长度和字符个数。项目使用 Unicode 字符集。

统计按钮部分代码为：]]></description>
      <category>源码实例</category>
      <author>beyes</author>
      <pubDate>Sun, 12 Oct 2014 08:55:59 +0000</pubDate>
    </item>
    <item>
      <title>修复被篡改的 IE 首页</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=7892</link>
      <description><![CDATA[这个程序主要通过修改注册表来修复被篡改的 IE 首页。如果碰到更多恶劣的篡改项，可以参考《守护你的 IE》这篇帖子里提到的相关修改项。

参考代码：
[mw_shl_code=cpp,true]// StartPage.cpp : Defines the entry point for the application.
//


#include \&quot;stdafx.h\&quot; ...]]></description>
      <category>源码实例</category>
      <author>easy</author>
      <pubDate>Sat, 13 Jul 2013 14:29:00 +0000</pubDate>
    </item>
    <item>
      <title>一个往别人 Windows 目录里塞满文件的实例</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=7888</link>
      <description><![CDATA[这是一个恶作剧程序，原理很简单，代码如下：
[mw_shl_code=cpp,true]// ezj.cpp : Defines the entry point for the console application.
//

#include \&quot;stdafx.h\&quot;
#include 
#include 
int main(int argc, char* argv[])
{
    char Path[MAX_PATH];
    char FileNa ...]]></description>
      <category>源码实例</category>
      <author>easy</author>
      <pubDate>Thu, 11 Jul 2013 14:54:40 +0000</pubDate>
    </item>
    <item>
      <title>计算器(增强版,支持括号)</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=7884</link>
      <description><![CDATA[该版本计算器代码支持计算式中有括号的运算，比如可以计算 (((3+2)*5 - 10)*8 - 1/4)/2 。
 
代码：
[mw_shl_code=cpp,true]

#include                    // input/output stream
#include                     // For the exit() function
#include                  ...]]></description>
      <category>源码实例</category>
      <author>easy</author>
      <pubDate>Tue, 09 Jul 2013 10:27:18 +0000</pubDate>
    </item>
    <item>
      <title>计算器(初级版)</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=7881</link>
      <description><![CDATA[该计算器程序不支持算数式中有括号的计算。代码如下：
[mw_shl_code=cpp,true]// EX6_10.cpp
// A program to implement a calculator

#include                    // For stream input/output
#include                     // For the exit() function
#include     ...]]></description>
      <category>源码实例</category>
      <author>easy</author>
      <pubDate>Mon, 08 Jul 2013 13:36:29 +0000</pubDate>
    </item>
  </channel>
</rss>