Skip to content

For C++

Latest
Compare
Choose a tag to compare
@Hstb1230 Hstb1230 released this 06 Mar 10:01
· 1 commit to cpp since this release

Change

  1. 升级开发工具到MVS 2019.
  2. 所有文件使用Unicode(UTF-8 with BOM)编码.
  3. 移除对x64平台的编译支持.

Fix

  1. 修复编译时提示部分函数返回临时变量的问题.

New

  1. 增加encodingConvert.h, 内含ANSI(GB2312), UTF-8Unicode编码之间的转换方法.
  2. 增加类nstring, 用于兼容ANSI(GB2312), UTF-8Unicode编码.
  3. 更改部分方法的参数与返回值的类型为nstring.