Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

where is /usr/include/unistd.h and limit.h from, glibc or kernel

c linux kernel libc

Thread blocks when it isn't supposed to

How can I account for varying word lengths in a program that replaces words read from a text file?

detecting vulnerabilities in web applications and desktop applications

java javascript html c security

Is there a way to pre-emptively avoid a segfault?

Turbo C compiler issue, sqrt() function not working with variable arguments

c turbo-c math.h sqrt

atoi from string to Integer using char pointer

c pointers

Blending modes in c++ (Direct2D)

c++ c directx direct2d

base64 decode not working

c openssl base64

Lock free linked list is performing worse than the locked counterpart

Is there a method to suppress default GCC compiler options?

How to protect an interpreter's native call stack from garbage collection?

How to get timezone from Python C API?

python c cpython

Recursively reverse linked list

Why do Berkeley sockets require byte swapping?

c sockets berkeley-sockets

What is the use of * in printf?

c printf