cpubbs论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

LabVIEW+单片机学习套件全套教程资料下载[免费]LabVIEW论坛精华列表贴USB0816数据采集卡《LabVIEW宝典》
LabWindows/CVI论坛精华贴NET0816以太网数据采集卡RC0210远程设备授权系统 关闭关停锁定打开设备 户外分布式数据采集
NET1624低速高精度以太网数据采集卡WIFI0824SD无线WIFI网络数据采集卡脱机运行 SD存储 小尺寸微型 串口采集远程采集 安卓 手持移动采集 纪录仪
查看: 3581|回复: 2

lw如何合并字符串?

[复制链接]
发表于 2006-12-18 10:37:12 | 显示全部楼层 |阅读模式
如题。比如
#define A="123"
int        b=4;
char      strB;
Fmt(strB, %s<%i, b);
合并A和strB,把strB加入到A的后面。
发表于 2006-12-18 21:11:20 | 显示全部楼层
用这个函数可以:
This function appends a copy of a source string (including the terminating ASCII NUL byte) to the end of a target string.  The initial character of the string to append overwrites the NUL byte at the end of the target string.  If copying takes place between objects that overlap, the behavior is undefined.

/*-------------------- Prototype ---------------------*/
char *strcat (char Target_String[],
              const char String_to_Append[]);
发表于 2007-2-4 03:41:35 | 显示全部楼层
这个应该是c的函数吧~~~直接用就行了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|cpubbs论坛. ( 粤ICP备09171248号 )

GMT+8, 2025-4-6 17:02 , Processed in 0.694509 second(s), 6 queries , Gzip On, File On.

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表