Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How come I can capture an object being constructed in the lambda doing the construction? [duplicate]

Pointer mystery/noobish issue

c pointers

Symbol eliminated by linker (Delphi)

c delphi dll external

Ansi C patch using dlsym compiles OK under linux but fails on Mac Os X

c++ c macos code-injection dlsym

Masking image data using values generate from a histogram in OpenCV

assigning ASCII values to variables in bison

Print C++ array in Objective-C "NSLog"

objective-c c arrays

Binary search with C

Who is responsible for cleanup?

Assigned variable randomly changes value everytime the program executes (C Programming)

c

Getting RGB values for each pixel from a 24bpp Bitmap for conversion to GBA format in C

c file rgb bmp

How to extract words from a sentence efficiently in C?

c string substring

What does out[i] = *(a_mat + i) do in C?

c

strtoull and long long arithmetic

c string long-integer

C-Preprocessor: Combine chars into a string

c c-preprocessor

Hooking syscall by modifying sys_call_table does not work

c linux linux-kernel

Using getenv function

c shell getenv