Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Problems proving trivial things involving shift operators using Frama-C WP

inline (non-static) function in C-source file

c inline

How to alter the datatype of a Column?

c segmentation-fault duckdb

munmap shared memory with locked robust mutex makes it deadlock, why?

c linux pthreads posix mutex

Legal to initialize uint8_t array with string literal?

c stdint

Is it quicker to compare against 0 vs compare against a value?

c assembly arm embedded

why gcc can automatically tag a symbol as weak

c linux gcc weak-linking

Difference between glewGetString(GLEW_VERSION) and glewIsSupported

c opengl glew

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