Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How can I read arguments in _start function?

c linux assembly 64-bit

why gcc is adding .comment and .note.gnu.property section?

c gcc ld

Compiling libuv with libwebsockets

Why doesn't strict aliasing rule apply to int* and unsigned*?

Initializing a struct with another struct

c struct copy

print array contents to a file using gdb

c++ c arrays debugging gdb

Is it bad to create static global variable in JNI implementations?

Are file descriptors shared when fork()ing?

c linux unix fork

In C, should inline be used in definition or declaration [duplicate]

c

libcheck test fails to link

c gcc

Improving a recursive hadamard transformation

c simd avx

Why ELF's vaddr is not page aligned?

c exec elf xv6

How do the err/warn functions get the program name?

c bsd

Encrypting and decrypting a small file using openssl

c openssl

close tcp socket when the program was stopped by kill command

c sockets tcpsocket

Initialising a static const variable from a function in c

c gcc static constants

Optimal Selection for minimum total sum

Behaviour of scanf when newline is in the format string

clusters, pages, sectors in FAT file system

c++ c operating-system dos fat