Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What does this error mean?

c gcc compiler-errors

Detect which key is pressed in C

c gtk gtk2

Absurd compilation

c

Seeding many PRNGs, then having to seed them again, what is a good quality approach?

c random

invalid conversion from ‘void* (*)()’ to ‘void* (*)(void*)’ [-fpermissive] [closed]

c++ c pthreads

Why does TaskSpawn take ints instead of void*?

Sending data from C process to Python process using pipes

python c pipe

Stack Walk on linux using ptrace

c linux ptrace

Passing structure over TCP socket in C

c sockets

Why 20 is omitted from the file descriptor

c file-descriptor

Calling assembly function from c leads to segmentation fault

c assembly x86 x86-64

Undefined symbols for architecture x86_64: "_rb_funcallv"

c ruby clang llvm-clang

turning a project into a static library

Any preference to SHUFPD or PSHUFD for reversing two packed double in an XMM?

c assembly shuffle sse2

C - Why am I getting a segmentation fault?

c

How to ensure that a specific code is not run while a condition is not met

c++ c embedded verification

assigning pointers vs memcpy/memmove

c pointers gcc

Size of a linked list node

c linked-list sizeof