gpt4 book ai didi

c++ - 在 sprintf 中添加错误的格式类型

转载 作者:搜寻专家 更新时间:2023-10-31 00:57:31 24 4
gpt4 key购买 nike

<分区>

当 sprintf 中使用错误的格式字符串时,我有一定的疑问。假设例如 %f 用作整数的格式说明符。为什么不进行隐式转换?考虑以下程序。

#include <stdio.h>
#include <string>
using namespace std;
int main()
{
int i = 0;
char temp[50];int a = 1;
sprintf( temp, "%f",a);
puts(temp);
return 1;
}

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com