Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

history of memcpy and memset vs assignment and initialization

c

Multiple Assignments in C?

c

GCC - no warning about an uninitialized array with -O0

c gcc

_Noreturn in a struct in c: error: expected specifier-qualifier-list before '_Noreturn'

c gcc c11 noreturn

delete an entry from a singly-linked list

WinAPI - CryptDecrypt() not working properly in AES 256

c winapi encryption aes wincrypt

Is there a MISRA-compliant way to use enum flags in C99?

c standards misra

How to call different functions on different int values in c

c function

Hang at connect()

How is an array of size 0 stored in memory?

c arrays pointers memory

c -switch "unknown" case

c keyword

How can I create an empty commit using libgit2?

c git libgit2

Automatic storage duration struct initialization

STM32 µC: SysTick delay doesn't work inside interrupt handler [closed]

gtk_init changes sprintf functionality

c gtk3

Why is 0x8000000000000000LL considered unsigned long long by gcc?

c gcc types literals

ELF - Getting a SEGFAULT when changing the entry point

c x86-64 elf mmap

Unsigned long into char array

c linux pointers unsigned

C free memory on stack

c free undefined-behavior

printf: how to align numbers on decimal point

c perl printf