英文: Where are the format specifiers implemented/defined in the C language? 问题 我已经在C语言中工作了几个月,从来没有想过去...
无法打开一个文本文件在C中,我想要将文本作为数据读取并写入数组中。
英文: Can't open a text file in C from which i want to read text as data and write it into an arra...
为什么引用这个字符数组会导致堆栈溢出,使用C?
英文: Why does referencing this char array cause Stack smashing, using C? 问题 程序接受一个指向char数组和一个int的指针。c...
如何在函数内部使用calloc初始化数组?
英文: How am I supposed to initialize a array using calloc inside a function? 问题 /* * 注意:返回的数组必须使用mall...
获取二维数组中的行数:我的函数始终返回1 – Arduino
英文: Getting number of rows in 2D array: my function always returns 1 - Arduino 问题 我正在为在esp32上的LED项目中...
提供给线程函数的参数在pthread中打印垃圾值。
英文: argument provided to the thread function prints garbage in pthread 问题 我正在尝试打印作为pthread_create()函...
尝试创建一个if语句,检查文本中是否包含., !或?,但它一直报错。
英文: Trying to make an if statement that checks if a text has ., ! or ? in it but it keeps giving err...
BMP图像在C中从头开始的填充
英文: BMP Image padding in C from scratch 问题 我试图编写一个小型的C图像处理应用程序。目前,我正在编写一个函数,该函数向图像添加填充。当填充为偶数时,一切正常,...
有没有一个函数(或多个函数)可以将一个字符串复制到内存中的新空间?
英文: Is there a function(s) to copy a string into a new space in memory 问题 如果我想在C编程中将字符串`"Be...
What's the best way to initialize a dynamically allocated boolean 2d array?
英文: What's the best way to initialize a dynamically allocated boolean 2d array? 问题 以下是翻译好的部分: &q...