相关疑难解决方法(0)

intptr_t和uintptr_t的字符串格式

什么是字符串格式intptr_t, uintptr_t 哪个对32位和64位架构都有效.

编辑

warning: format ‘%x’ expects type ‘unsigned int’, but argument 2 has type "AAA"
Run Code Online (Sandbox Code Playgroud)

这是我在64位但不是32位的警告.

  intptr_t  AAA
Run Code Online (Sandbox Code Playgroud)

c formatting printf scanf

29
推荐指数
1
解决办法
2万
查看次数

标签 统计

c ×1

formatting ×1

printf ×1

scanf ×1