Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Decode C const char* in Python with ctypes

python c++ c ctypes

inet_ntoa() segmentation fault on OSX

c macos sockets gcc

Returning a random name from a function to main

c

Unexpected C behaviour

c compiler-warnings

how the following PC-Lint warning be cleaned in C?

c constants pc-lint

Volatile Keyword - MSP430

c msp430

Better control over Tessellation in OpenGL?

Prints text only at the end of a while loop [duplicate]

c printf

what are the initial values of pointers in "array of pointers"?

c arrays pointers

Use a uint32_t to store four separate uint8_t values

Single producer/consumer circular buffer which only blocks consumer

Function address is different in nm output and gdb

c linux gdb nm

best practice regarding char pointers returned by functions [closed]

c pointers scope return

How can you use a function pointer with argument in c?

c syntax function-pointers

Memory: how does the compiler choose where to store variables? [duplicate]

invalid type argument of '->' C

c types

C memory overlap?

c string memcpy cstring memmove

Capturing user-space variables at "perf" events

c linux linux-kernel perf

Converting integer to binary string using itoa in C/C++

c++ c itoa

Parse PLT stub addresses and names

c++ c linux parsing elf