Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

To keep n previous values, is memmove faster than a modulo operation?

My second scanf is not working - what can I do?

c scanf clion

Is there any cross platform file IO / path util library for C?

c file-io path cross-platform

Odd use of { } in legacy C program and incompatible pointer conversion

c

Widespread use of non-portable `void **` casts

c

Grouping sets of 4 bits into nybbles in C printf

c binary printf literals c23

Source file not compiled, even after compilation process is complete

c++ c dev-c++

Creating simple kernel module

linux-kernel c

keeping track of the original indices of an array after sorting in C

c arrays sorting qsort

Programming with verbose option in C

c

Unrecognised emulation mode: elf_i386 on MinGW32

c assembly linker x86 osdev

Dynamic variable declaration in C

What are possible side-effects of linking against a .lib that is a different version of the .dll?

c++ c dll

Static variable inside shared library

Generate random number in range [min,max] [duplicate]

c

Different output calling malloc on clang applying compiler options -00 vs -03

c++ c gcc clang

Establish direct peer-to-peer Wi-Fi communication between laptops

Trying to understand UNIX system calls on XV6

c arrays pointers unix xv6

Exact Memory Size of argv in C

c argv

Is it possible to `splice()` from a socket to a buffer with "zero-copy"?

c linux sockets