Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

check a macro value in run-time

c

Why socket infinite return -1 (errno:104)

c sockets tcp

Include external header file for C on Compiler Explorer

errno after accept in Linux socket programming

c linux sockets error-handling

Sharing A global variable between C and C++ Files

c++ c scope

array subscript has type 'char'

c compiler-warnings ctype

Capstone cs_disasm disassembly only small portion of code

What is the integer literal suffix 'i' in C?

c

Raspberry: how does the PWM via DMA work?

c raspberry-pi hardware dma pwm

How the local variable stored in stack

c linux stack stack-memory

Windows virtual microphone in C

c windows filtering portaudio

Silence gdb "switching to thread" output messages

c linux multithreading gdb

getch() doesn't work properly in the latest version of Microsoft Visual Studio 2017 C

c visual-studio-2017 getch

Error while configuring CMake project: Running 'nmake' '-?' failed

c cmake nmake

What is _Nullable pointer in C?

c

Are int main() and int main(void) equivalent prototypes in C23?

gcc-arm-none-eabi 11.3 "is not implemented and will always fail"

c gcc arm embedded stm32

C initialize array within structure

c struct

C-library not linking using gcc/g++

c g++ static-linking

How can I parse a string to a float in C in a way that isn't affected by the current locale?