Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Portable way to determine sector size in Linux [duplicate]

c linux hard-drive sysfs

Does C always initialize the last element in char array to zero? [duplicate]

c gcc

C struct initialization with pointer

c

why I cannot kill the process group with this c code?

c linux multiprocessing kill

Significance of Hex numbers specified in RFC 3174 (SHA-1)

c hex sha1

Format specifiers for fixed-width integers?

c

Check if two numbers are close to each other

c

Resources for modularizing C applications [closed]

c gcc makefile configure

Execution Flow - Possible to enter function twice before exiting?

c execution

Threads or Processes? Having data-independent tasks, what is better to use?

How to get a sha256 hash of a file using ANSI C

c hash

How values are changed in C unions?

c

Implementing a non-standard SPI variation on ARM Cortex M3

c arm embedded cortex-m

How to get Keyboard inputs into a kernel?

c x86 keyboard kernel osdev

C include paths: Safe to use hyphen & underscore?

c gcc include include-path

Why do these arrangements of embedded c code perform so differently?

c embedded interrupt

Will exit the program automatically close the pipe?

c process pipe kill waitpid

Why is cmake finding 32-bit libraries instead of 64-bit libs on a 64-bit system?

c++ c linux build cmake

Bison infix calculator always evaluates as 0

c bison flex-lexer

Bypass memory corruption limitations

c security audit