Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

For a structure variable,why is the initializer {21,19,3.6} same as {{21,19},3.6},but not vice-versa?

How to delete all nodes of same value from linklist/Queue

c algorithm linked-list queue

Is there a way to test that a pointer's memory allocation has been freed?

A better program to evaluate square root of a number

c algorithm

Does the result of bitwise operations depend on endianess in Java? What about in C or C++?

Role of __WORDSIZE in compilation

c linux mingw

Declaring global char array in C header file

c global-variables