英文: Seg fault when using scanf to define the size 问题 I have a strange issue with my code: 我在我的代码中遇到了...
它告诉我它是阿姆斯特朗数,当我输入字符串时?
英文: Why does it tell me its an Armstrong number when I enter strings? 问题 这是用于查找一个三位数的阿姆斯特朗数的代码。但是,当我...
fgetc 返回了不正确的字符
英文: fgetc is giving me incorrect character 问题 I wrote a program that opens a diff file and is suppos...
TerminateProcess 使用 GetCurrentProcess() 句柄和 GetCurrentProcessId() 句柄终止。
英文: TerminateProcess with GetCurrentProcess() handle and with GetCurrentProcessId() handle 问题 I'm st...
页面输出双向链表的函数存在问题
英文: Problem with the page output function of a double-linked list 问题 以下是你提供的代码的翻译部分: Page output of ...
虚假目标在 Windows 的 make 上无法正常工作。
英文: Phony targets not working on windows make 问题 我正在尝试在make上创建一个虚假目标,以便我的“all”目标即使先决文件未更改也不会每次运行,但是每...
内存泄漏与二维字符数组
英文: Memory Leak with 2D Char Array 问题 我正在尝试释放一个二维字符数组,但当我使用`fsanitize=address`编译然后运行程序时,出现了内存泄漏。似乎代码...
理解将 `strlen` 应用于带有 `char *` 强制转换的整数数组。
英文: Understand Strlen applied to int array with char * cast 问题 I'm currently stuck on this problem. ...
在C中,将数字组合并获取其中的数字,而不使用逻辑运算符。
英文: In C combine numbers and get the numbers inside without logical operators 问题 使用逻辑运算符、关系运算符、布尔变量或...
编译成功,但没有控制台输出。
英文: Compiled successfully, but no console output 问题 I'm trying to use LLVM on Windows. I've installe...
146