<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>芯路恒电子技术论坛 - C++</title>
    <link>https://fpga.cn/forum.php?mod=forumdisplay&amp;fid=97</link>
    <description>Latest 20 threads of C++</description>
    <copyright>Copyright(C) 芯路恒电子技术论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 11 Apr 2026 11:23:06 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://fpga.cn/static/image/common/logo_88_31.gif</url>
      <title>芯路恒电子技术论坛</title>
      <link>https://fpga.cn/</link>
    </image>
    <item>
      <title>【C语言】【字符串】字符串解析函数sscanf详解</title>
      <link>https://fpga.cn/forum.php?mod=viewthread&amp;tid=30027</link>
      <description><![CDATA[[md]## 基本语法

```
int sscanf(const char *str, const char *format, ...);
```

`str`：要解析的源字符串；

`format`：格式控制字符串；

`...`：用于保存解析结果的变量地址；

返回值：成功读取并赋值的字段数量。

## 常见用法及示例

### 1.基本类型的读取

` ...]]></description>
      <category>C++</category>
      <author>手撕原子弹</author>
      <pubDate>Tue, 08 Apr 2025 09:24:37 +0000</pubDate>
    </item>
    <item>
      <title>使用Qt与QCustomPlot实现高性能数据可视化</title>
      <link>https://fpga.cn/forum.php?mod=viewthread&amp;tid=30013</link>
      <description><![CDATA[引言
    在实时数据采集及分析等场景中，传统可视化工具常因海量数据渲染导致界面卡顿、内存溢出等问题。Qt框架凭借其高效的C++内核与跨平台特性，配合轻量级绘图库QCustomPlot独有的动态数据裁剪与GPU加速机制，可实现对百万级数据点的亚毫秒级响应。本文针对工业级数 ...]]></description>
      <category>C++</category>
      <author>1hhh</author>
      <pubDate>Tue, 25 Mar 2025 01:01:49 +0000</pubDate>
    </item>
  </channel>
</rss>