Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

how to draw vertical lines between braces in vim?

c vim

Initialize a 16mb array in C

File descriptors before fork()

c unix fork file-descriptor

Why does `memmove` use `void *` as parameter instead of `char *`?

c memmove

How to read terminal's input buffer immediately after keypress

c linux stdin input-buffer

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