会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
吾欲乘风起
雾里看花,朦胧中绽放着诗意与芳华
首页
新随笔
联系
订阅
管理
2024年4月19日
C++字符串常见混淆方案
摘要: 正文 将字符串转换成等效int数组 std::vector<uint32_t> convert_wstring_to_int_array(const wchar_t* str) { std::vector<uint32_t> vec; for (size_t i = 0; i < wcslen(st
阅读全文
posted @ 2024-04-19 19:56 倚剑问天
阅读(114)
评论(0)
推荐(0)
编辑
公告