Home
Random
Log in
Settings
About DDraceNetwork
Disclaimers
DDraceNetwork
Search
Translations
:
Development/19/zh
Language
Watch
View source
以下是一些通用信息:
目前,源代码是使用C++17标准编译的,但您会看到代码的许多部分更像C,因为只有大多数新代码使用C++17。
std::string
很少使用,字符数组加
system.h
方法才是常态。
大多数输入输出代码、格式化和Print都是使用
system.h
提供的方法完成的。