Using the standard C string functions or your favorite string library, compare the common name and the host name.
使用标准的 C 字符串函数或您习惯使用的字符串库对通用名和主机名进行比较。
The C++ Standard Library specifies a set of classes and functions that facilitate common programming tasks.
这些库包含了一系列的类和函数,可以在编程中使用。
You'll need to go through the documentation provided with any given library to know if there is any change in the prototypes and therefore in the usage of the standard library functions.
对于任何给定程序库,您都应该通读它所提供的文档,以了解其原型和标准库函数的用法是否有所变化。
应用推荐