Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Safely hooking C functions into assembly

c visual-studio assembly x86

Is there a way in C to have the compiler/linker give an error if a function is not defined?

c plugins shared-libraries

Bidirectional FIFO

c fifo

Programming with just header files?

c

Equivalent of pthread_mutex_lock and pthread_cond_wait in the linux kernel

c linux-kernel pthreads

External definition for identifier with internal linkage

c c99 linkage

Why do I get c++ compile warnings depending on header order

c++ c gcc header

C - How do I receive a bit from a bit field as a parameter in a function?

Structure of sem_t and implementation of semaphores

c linux posix semaphore

How to create a new instance, in C/C++ extension module, of a class defined in Python code?

python c extending

Why 5.0/3 is 1.666667 in C?

Why does this C code generate a segmentation fault on macOS, but not on other systems?

Unexpected result of expressions with division

c

What do the · and / characters mean in function names in C code for the Go runtime implementation?

c namespaces go

mmap() fail with ENOMEM on a 1TB ANONYMOUS file?

c

Can you access other program's memory using program compiled with mingw?

c windows operating-system

Fibonacci Computation Time

Variable and constant with same name

c++ c

How would I compare 2 unsigned char arrays?

c hash

How to print a string using printf without it printing the trailing newline