Translations:Development/19/zh

From DDraceNetwork
Revision as of 03:37, 5 April 2023 by 棉裤Manki (talk | contribs) (Created page with "以下是一些通用信息: *目前,源代码是使用C++17标准编译的,但您会看到代码的许多部分更像C,因为只有大多数新代码使用C++17。 *<code>std::string</code>很少使用,字符数组加<code>system.h</code>方法才是常态。 *大多数输入输出代码、格式化和Print都是使用<code>system.h</code>提供的方法完成的。")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

以下是一些通用信息:

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