Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Array Syntax Confusion

c arrays string

Trying to debug in Eclipse, getting error 'No Source Available for "main() at [hex number]"'

c eclipse debugging

Dynamically load jvm.dll without linking it

c++ c java-native-interface

Composition of enumerations

c

Why is printf only printing the first char of this array and not all of them?

c

Detecting if a string is just made up of spaces?

c string