Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why doesn't strsep() work with pointers to the stack?

string modifying function: return void or char*?

c string function pointers

Using P/invoke to improve performance, feasible or just wishful thinking?

Any thread-unsafe mallocs?

c++ c

is using cudaHostAlloc good for my case

c++ c cuda gpu gpgpu

JPEG compressing without DLLs

c++ c windows jpeg

Analyzing the assembly code generated to manipulate command line arguments

c assembly x86

Heapsort - What is the difference/relation between Percolate-down/Shift-down and Heapify operation?

c heapsort

App crash after I call Detoured function I created @ Win7-x64

c assembly 64-bit windbg x86-64

Why don't I see deadlock (EDEADLK) when several processes lock the same fd with F_SETLKW?

c unix deadlock fcntl

Nested structs and pointers in C [closed]

c pointers struct nested

Copy data between two C structures

c struct synchronization copy

How to debug using printf an assembly code of linux kernel

c assembly linux-kernel arm

simple AES function (not library) in C?

c algorithm aes

OS versions that support the system allocator for CUDA Unified Memory?

c++ c memory-management cuda

Arithmetic assignment operator - left side evaluated only once

c variable-assignment

Need help optimizing function call

how can I find systemcall on windows?

What are the pros and cons of int, unsigned int, uint_fastN_t, and int_fastN_t?

In C , why does this `main` function with an incrementing integer never crash from overflow?