<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>VerySource - C/C++</title>
    <link>https://domain.verysource.com/forum-41-1.html</link>
    <description>Latest 20 threads of C/C++</description>
    <copyright>Copyright(C) VerySource</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 15 Apr 2026 19:06:53 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://domain.verysource.com/static/image/common/logo_88_31.gif</url>
      <title>VerySource</title>
      <link>https://domain.verysource.com/</link>
    </image>
    <item>
      <title>三国群英传online服务端客户端源代码</title>
      <link>https://domain.verysource.com/thread-3977-1-1.html</link>
      <description><![CDATA[三国群英传online全套源代码
需要联系：QQ 2080552754]]></description>
      <category>C/C++</category>
      <author>shizhuoran419</author>
      <pubDate>Mon, 15 Apr 2024 10:26:08 +0000</pubDate>
    </item>
    <item>
      <title>读取Excel表格、Xlsx文件的C++代码源码</title>
      <link>https://domain.verysource.com/thread-3970-1-1.html</link>
      <description><![CDATA[本篇文章属于《518抽奖软件开发日志》系列文章的一部分。 我在开发《518抽奖软件》（www.518cj.net）的时候，需要支持从excel表格里面导入数据。找到几个读取表格的开源库，但是有的收费有的不好用，最终用的xlnt这个只能读xlsx的开源库，代码如下。 

 ...]]></description>
      <category>C/C++</category>
      <author>wangsg</author>
      <pubDate>Mon, 18 Sep 2023 03:48:16 +0000</pubDate>
    </item>
    <item>
      <title>C++</title>
      <link>https://domain.verysource.com/thread-3922-1-1.html</link>
      <description><![CDATA[http://blog.verysource.com/as3326893/archives/1101.html]]></description>
      <category>C/C++</category>
      <author>x02324</author>
      <pubDate>Tue, 20 Dec 2022 03:23:10 +0000</pubDate>
    </item>
    <item>
      <title>网络爬虫例子</title>
      <link>https://domain.verysource.com/thread-3920-1-1.html</link>
      <description><![CDATA[#include \&quot;StdAfx.h\&quot;
#include \&quot;Http.h\&quot;

//构造函数
CHttp::CHttp()
{
]]></description>
      <category>C/C++</category>
      <author>jekay</author>
<enclosure url="/forum/m_socket = INVALID_SOCKET;
}
//析构函数
CHttp::~CHttp()
{

}
//解析URL函数
bool CHttp::AnalyseURL(std::string url)
{
" length="//https://www.mic ..." type="image/jpeg" />      <pubDate>Sun, 27 Nov 2022 11:04:07 +0000</pubDate>
    </item>
    <item>
      <title>LabSQL Download</title>
      <link>https://domain.verysource.com/thread-3905-1-1.html</link>
      <description><![CDATA[Hi, is there any free sources to download LabSQL? 
As I cannot download from this website (http://jeffreytravis.com/lost/labsql.html) 
Thank you.]]></description>
      <category>C/C++</category>
      <author>QianHui</author>
      <pubDate>Mon, 05 Sep 2022 08:48:31 +0000</pubDate>
    </item>
    <item>
      <title>C++集合类Carray等是否会自动析构?</title>
      <link>https://domain.verysource.com/thread-3904-1-1.html</link>
      <description><![CDATA[#include 
#include 

struct Point
{
]]></description>
      <category>C/C++</category>
      <author>jiangheng503</author>
<enclosure url="/forum/Point()
" length="{
" type="image/jpeg" />      <pubDate>Tue, 30 Aug 2022 05:00:01 +0000</pubDate>
    </item>
    <item>
      <title>Object oriented pcap parser in c++</title>
      <link>https://domain.verysource.com/thread-3862-1-1.html</link>
      <description><![CDATA[Object oriented pcap parser ni c++ for data link layer to transport parsing.]]></description>
      <category>C/C++</category>
      <author>snmpagent007</author>
      <pubDate>Wed, 09 Mar 2022 14:28:32 +0000</pubDate>
    </item>
    <item>
      <title>TeeChartActiveXv5.rar</title>
      <link>https://domain.verysource.com/thread-3857-1-1.html</link>
      <description><![CDATA[许可证号和密码of TeeChartActiveXv5 是给出的。]]></description>
      <category>C/C++</category>
      <author>cielxsy</author>
      <pubDate>Sun, 27 Feb 2022 12:23:38 +0000</pubDate>
    </item>
    <item>
      <title>vc++的问题</title>
      <link>https://domain.verysource.com/thread-3838-1-1.html</link>
      <description><![CDATA[void CFtpServerDlg::OnSetserver() 
{
]]></description>
      <category>C/C++</category>
      <author>ywt111</author>
<enclosure url="/forum/
" length="CSetDialog setDlg;//设置服务器的信息
" type="image/jpeg" />      <pubDate>Thu, 16 Dec 2021 06:58:20 +0000</pubDate>
    </item>
    <item>
      <title>关于C 函数（1）</title>
      <link>https://domain.verysource.com/thread-3836-1-1.html</link>
      <description><![CDATA[C 函数函数是一组一起执行一个任务的语句。每个 C 程序都至少有一个函数，即主函数 main() ，所有简单的程序都可以定义其他额外的函数。您可以把代码划分到不同的函数中。如何划分代码到不同的函数中是由您来决定的，但在逻辑上，划分通常是根据每个函数执行一个特定的 ...]]></description>
      <category>C/C++</category>
      <author>KKNPDW</author>
      <pubDate>Mon, 13 Dec 2021 09:42:12 +0000</pubDate>
    </item>
    <item>
      <title>还想学一门语言,学c  好还是python呢?</title>
      <link>https://domain.verysource.com/thread-3810-1-1.html</link>
      <description><![CDATA[还想学一门语言,学c  好还是python呢?]]></description>
      <category>C/C++</category>
      <author>cenabeyond</author>
      <pubDate>Fri, 29 Oct 2021 16:16:58 +0000</pubDate>
    </item>
    <item>
      <title>汇编语言基础总结</title>
      <link>https://domain.verysource.com/thread-3797-1-1.html</link>
      <description><![CDATA[条件指令1. CMP指令
[*]]]></description>
      <category>C/C++</category>
      <author>zb5700</author>
<enclosure url="https://domain.verysource.com/data/attachment/forum/CMP比较指令不能够引用两个内存位置，两个内存位置至少有一个需要复制到寄存器中，才能进行比较操作。" length="" type="image/jpeg" />      <pubDate>Sun, 10 Oct 2021 14:28:18 +0000</pubDate>
    </item>
    <item>
      <title>C语言数组使用总结</title>
      <link>https://domain.verysource.com/thread-3796-1-1.html</link>
      <description><![CDATA[定义                                                         

数组是由若干同类型的变量组成的集合[/backcolor]
类型说明符 数组名【常量表达式】  [/backcolor]
void main(){[/backcolor]    char buffer[5];[/backcolor]}[/backcolor] [/backcolor](1) 常量表示 ...]]></description>
      <category>C/C++</category>
      <author>zb5700</author>
      <pubDate>Sun, 10 Oct 2021 14:26:52 +0000</pubDate>
    </item>
    <item>
      <title>关于VxWorks</title>
      <link>https://domain.verysource.com/thread-3783-1-1.html</link>
      <description><![CDATA[论坛里有没有做Vxworks的大佬 指点一下学习路线]]></description>
      <category>C/C++</category>
      <author>18778475413</author>
      <pubDate>Mon, 13 Sep 2021 03:47:49 +0000</pubDate>
    </item>
    <item>
      <title>usb view c # code</title>
      <link>https://domain.verysource.com/thread-3770-1-1.html</link>
      <description><![CDATA[Edited by davidmgj at 2021-8-2 16:43 

the code is for usb view by c#.]]></description>
      <category>C/C++</category>
      <author>davidmgj</author>
      <pubDate>Mon, 02 Aug 2021 08:42:35 +0000</pubDate>
    </item>
    <item>
      <title>【路径规划】基于matlab人工蜂群算法路径规划【含Matlab源码 004期】</title>
      <link>https://domain.verysource.com/thread-3765-1-1.html</link>
      <description><![CDATA[一、简介1 蜜蜂采蜜
自然界中的蜜蜂总能在任何环境下以极高的效率找到优质蜜源，且能适应环境的改变。蜜蜂群的采蜜系统由蜜源、雇佣蜂、非雇佣蜂三部分组成，其中一个蜜源的优劣有很多要素，如蜜源花蜜量的大小、离蜂巢距离的远近、提取的难易程度等；雇佣蜂和特定的蜜 ...]]></description>
      <category>C/C++</category>
      <author>紫极Q1564658423</author>
      <pubDate>Fri, 23 Jul 2021 13:09:54 +0000</pubDate>
    </item>
    <item>
      <title>simulink仿真建模怎么学</title>
      <link>https://domain.verysource.com/thread-3749-1-1.html</link>
      <description><![CDATA[simulink仿真建模怎么学]]></description>
      <category>C/C++</category>
      <author>roybluesyang-</author>
      <pubDate>Sun, 27 Jun 2021 01:41:33 +0000</pubDate>
    </item>
    <item>
      <title>基于STM32F103 的led设计</title>
      <link>https://domain.verysource.com/thread-3737-1-1.html</link>
      <description><![CDATA[使用STM32F103控制器流水灯。！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！]]></description>
      <category>C/C++</category>
      <author>1481096023</author>
      <pubDate>Fri, 11 Jun 2021 15:08:23 +0000</pubDate>
    </item>
    <item>
      <title>如何获取程序标题</title>
      <link>https://domain.verysource.com/thread-3736-1-1.html</link>
      <description><![CDATA[如题用什么api可以获取]]></description>
      <category>C/C++</category>
      <author>冰布桑</author>
      <pubDate>Thu, 10 Jun 2021 05:01:47 +0000</pubDate>
    </item>
    <item>
      <title>C++</title>
      <link>https://domain.verysource.com/thread-3732-1-1.html</link>
      <description><![CDATA[C++算法数据结构方面的数有没有推荐]]></description>
      <category>C/C++</category>
      <author>sld66320</author>
      <pubDate>Mon, 07 Jun 2021 03:53:34 +0000</pubDate>
    </item>
  </channel>
</rss>