Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is it possible to auto split the .text section across mulitple memory areas?

c gcc embedded ld elf

How to properly cast to a void type as an array

arrays c pointers types

how to exit from a function but not from main()

c++ c function

Indicating unaligned access to Clang for ARM compatibility

c gcc arm clang

Intel asm syntax with GCC: undefined reference

c gcc

Win32 Registered Socket I/O: cancelling pending receive operations?

c++ c sockets winapi

Using builtin overflow functions with uint64_t types

_mm_cvtsd_f64 analogon for higher order floating point

Clarify and remember const usage in C [closed]

c

Is it possible in C (not invoking UB) to check if two objects overlap?

c language-lawyer

Can I call mknod from my kernel module?

c linux kernel-module

Convert html string to pdf using wkhtmltopdf C library (wkhtmltox)

html c++ c pdf wkhtmltopdf

setuid() failing - operation not permitted

c linux uid setuid

I would like to print superscript and subscript with printf, like x¹?

Unsigned integer print

c printf

How to share structures within several files in my program?

c

Exactly which variables need to be sig_atomic_t in the context of signal handling?

c signals sig-atomic-t

printf("string1""string2") is this valid C?

How to get rid of the Heap-corruption error (Critical error c0000374) in C when converting hex into binary string?

c

can pthread_cond_signal make more than one thread to wake up?