Translations:Development/19/zh

From DDraceNetwork
Revision as of 20:32, 27 May 2023 by EdEnd (talk | contribs)

以下是一些通用信息:

  • 目前,源代码是使用C++17标准编译的,但您会看到代码的许多部分更像C,因为只有大多数新代码使用C++17。
  • std::string很少使用,字符数组加system.h方法才是常态。
  • 大多数输入输出代码、格式化和Print都是使用system.h提供的方法完成的。