英文: Issues with output ” character using puts() function in C 问题 我尝试过 puts("”");, ...
输出给出了不正确的答案。
英文: Output gives incorrect answer 问题 我已经被困在这里有一段时间了,这段代码是用来使用嵌套的if语句计算工资的。 用户将输入他们的工作年限,并输入'B'表示蓝领工作...
Gcc隐藏结构中的成员
英文: Gcc hidden Members in struct 问题 I am working with an embedded device. I am creating my own "...
`_mm256_zeroall()` 无法初始化寄存器变量。
英文: `_mm256_zeroall()` can't initialize register variables 问题 我想将所有的YMM寄存器都清零,如下所示:= #include &l...
pthread在线程函数中的障碍后停在加入上
英文: pthread stall on join after barriers in thread function 问题 我会翻译你提供的内容,但因为代码部分不需要翻译,我会跳过这些部分。以下是翻...
在找到数组是否已排序时发生错误。
英文: there is an error in finding the array is sorted or not 问题 #include <stdio.h>; int ret(int...
如何在VSCode中打开文本文件
英文: How to Open a text file utilising VSCode 问题 我遇到了一些我写的代码问题,我想打开一个txt文件,然后显示该文本文件中的人的姓名和成绩。我正在使用的代...
Function `can_change_color()` of ncurses not working although my terminal (tmux + alacritty) can display 24-bits colors
英文: Function `can_change_color()` of ncurses not working although my terminal (tmux + alacritty) can...
为什么我的C程序在编译器中运行正常,但它们的.exe文件运行后会崩溃?
英文: Why are my C programs running perfect in the compiler but the .exe of them runs then crashes? 问题...
无法正确使用消息队列。
英文: Can't use mqueue properly 问题 我正在尝试理解如何使用`mqueue.h`在工作线程之间进行通信。我知道`mqueue.h`是为进程通信而设计的,而不是线程通...
146