Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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?

Is there a compiler or IDE for C on Windows that's regarded as an industry standard? [closed]

Isn't saying "C/C++" wrong? [closed]

c++ c

Can I "over-extend" an array by allocating more space to the enclosing struct?

Bit packing of groups of n repeated bits in a 32-bit word, compact to 1 bit per group

Remove unused function protypes from .h file

c header-files

Why is optimization forbidden if a C compiler cannot prove lack of UB?