2 Star 4 Fork 3

danel996 / AutoCAD-ObjectArx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CStringUtil.h 383 Bytes
一键复制 编辑 原始数据 按行查看 历史
lysjq 提交于 2018-07-15 15:21 . Some ObjectArx class
#pragma once
#include <vector>
class CStringUtil
{
public:
CStringUtil();
~CStringUtil();
//根据给定字符分割字符串,并把分割的字符串写入集合
static void Spil(const CString &text, const TCHAR *separater, std::vector<CString>&result);
//把一个集合中的字符串根据给定的字符链接成一个字符串
static void join(std::vector<CString>& result,const TCHAR *separater, CString &text);
};
1
https://gitee.com/anheihb03dlj/AutoCAD-ObjectArx.git
git@gitee.com:anheihb03dlj/AutoCAD-ObjectArx.git
anheihb03dlj
AutoCAD-ObjectArx
AutoCAD-ObjectArx
master

搜索帮助