Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Call C functions from Swift 4

c swift matlab

Macro for endian-independent conversion to big endian

c endianness c11

How to actually detect musl libc?

c portability musl

In terms of using the stack, why do we need a base pointer and a stack pointer [duplicate]

c assembly x86 stack abi

Why does fseek use read() system call?

c linux system-calls libc

How people check nan and inf in C89

c floating-point nan c99 c89

Why is © (the copyright symbol) replaced with (C) when using wprintf?

c printf widechar

C "block" caret character

c declaration caret

Visualising C struct dependencies

c struct dot

Do Unisys latest mainframe systems still use ones' complement representations?

Why does `std::time` have an unnecessary parameter?

c++ c time posix

Default argument and parameter promotions in C

How does ftell affect a binary file being read in mode 'r' instead of 'rb'?

c file binary cs50

valgrind asan runtime does not come first in initial library list

c gcc valgrind

read always read less octet than asked

c sockets tcp

What is an encoding error for sprintf that should return -1?

comparing unsigned vs signed does not make a warning (using const)

c gcc constants

What happens if two tasks try to access different parts of a struct at the same time (in c)?

c c99

Is there a strchr with boundary?

c++ c string

How to make conditional statements more compact in C?

c conditional-statements