1. 首页
  2. 数据库
  3. 其它
  4. cs2cpp:一个基于C ++ 17的库提供C#样式类 源码

cs2cpp:一个基于C ++ 17的库提供C#样式类 源码

上传者: 2021-04-04 18:31:04上传 ZIP文件 97.24KB 热度 6次
cs2cpp 一个基于C ++ 17的库,提供C#样式类 这是什么图书馆 如果您熟悉C#,您可能会知道C#实用程序类功能强大且便于开发。 通过提供类似C#的类,该库使C#用户可以轻松地编写C ++代码。 要求 例子 System.DateTime # include < System> auto now = DateTime::Now(); auto timeStr = String::Format( " {}/{}/{} {}:{}:{} " , now.GetMonth(), now.GetDay(), now.GetYear(), now.GetHour(), now.GetMinute(), now.GetSecond()) Debug::WriteLine (timeStr); System.Text.Encoding # include < Sy
用户评论