02 2022 档案
摘要:指定后,编译器要求通过使用字符串文本初始化的指针符合严格的 const 限定。 使用方法: /Zc:strictStrings[-] 如果 /Zc:strictStrings 指定了 ,则编译器将字符串文本的标准 C++ 限定强制执行为类型 const "array of" 或 const char
阅读全文
摘要:libcurl编译
阅读全文
摘要:Linux __attribute__((aligned(num))) Windows #pragma pack(push, num) #pragma pack(pop) 或 #pragma pack(num)
阅读全文
摘要:定义 /* Define ALIASNAME as a weak alias for NAME. If weak aliases are not available, this defines a strong alias. */ # define weak_alias(name, aliasnam
阅读全文