Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Making R function recognize C function in same package?

c r

Why does adding a test instruction cause a segmentation fault in GNU assembly?

c assembly gnu

linux kernel changing the ticks / jiffies to higher hz than 1000

c linux

C - printf - remove leading zeroes

c printf

Is it possible to pass two arguments in c? [duplicate]

c operator-precedence