Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Microchip PIC16F1829 Deep Sleep

what is the purpose of Declaring b as pointer to array 10 of int

c arrays pointers

Using X11 in XCode

c xcode x11

clGetProgramBuildInfo does not print build log

C structure initialization

c structure

How are array and pointer types handled internally in C compilers? ( int *a; vs. int a[]; )

Array Size and Addresses in C

c memory

Use after free error?

c

Generate assembler code from C file in linux

c unix gcc

Programs executes correctly and then segfaults

c

Weird behaviour using fork();

c fork

How to convert a ctime() call to strftime()?

c

How to find if there is more data to read when response is split across packets but SSL_pending is zero and SSL_get_error returns SSL_ERROR_NONE

c++ c openssl

PAPI and native events

c papi

Segmentation fault when using strcat (minimal example)

c

How to create a new object in a c function and pass a reference to it?

c++ c

char* const args[] definition [duplicate]

c++ c linux constants