Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How are flags represented in the termios library?

c serial-port driver termios

Was `long` guaranteed to be as wide as `size_t`

c language-lawyer c89

Distance between arbitrary pointers

c memory

How does the declaration affect the comma operator?

c compiler-errors

Why does GCC put a no-op push/pop when using int foo asm("ebx") to pin a var to a register?

c gcc assembly x86

C - How to use own value (instead of 0) with calloc

c initialization calloc

Misra violation with bitwise operator

c misra

Array of pointer declaration

c arrays pointers

How would I write my own new format specifier in C?

c format specifier

C multiple types function

c function types polymorphism

How to declare different size variables

c variables

Efficient way to wait for an interrupt in C

c embedded raspberry-pi

Why enumeration objects can have values other than their enumerators in C? [duplicate]

c

why it shows like this in hexadecimal notation?

c

Handling for loop special cases

java c++ c for-loop optimization

Function pointers - why, when I can do without?

c++ c function pointers

Why does using mod with int64_t operand makes this function 150% slower?

c performance

gcc -g0 and without the -g option

c linux gcc

How can global variables' addresses be randomized if they're hardcoded inside the ELF?

c elf dwarf aslr

How a header file knows where the implementation of a function prototype is?