Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Copying data in pointers

c pointers

Callback on memory access?

c++ c linux memory kernel

thrd_busy and mtx_lock()/mtx_timedlock()

c multithreading mutex c11

Get Strings used in Java from JNI

Is "faked subtraction" ever used in the real world?

c

Does the C Standard Allow for Self-Modifying Code?

c self-modifying

memory allocation for string and array of char

c string memory-management

difference in CPU time for two similar lines

Process Page Tables

c windows assembly x86 kernel

snprintf in signal handler creates segmentation fault if started with valgrind

How do I provide stdin inputs from command line?

Pad with asterisks in printf?

c printf

Passing pointer argument in MATLAB to a C-DLL function foo(char**)

Is unused memory in address space protected

c linux operating-system

Eclipse CDT Indigo CLOCKS_PER_SEC could not be resolved issue

c++ c eclipse-cdt

Getting unused port number in C dynamically when running server process

c linux sockets

Why printf doesn't print what I feed it with?

c encoding

ELF64/x86_64 and start address of the memory mapping segment (for shared objects)

C Language: Why do dynamically-allocated objects return a pointer, while statically-allocated objects give you a choice?

c malloc

Using signals and sigpipe

c process pipe signals sigpipe