Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

c: unsigned long long being assigned wrong value on HP-UX Only

c hp-ux

Difference between static function and normal function in C?

c function static

Why is my for loop not taking 9 inputs?

c loops for-loop

How to execute a command from C and terminate it

c++ c linux

Should one always cast printf parameters?

c c99

Warning: "extra ; ignored" by using C macros with ARMCC

c armcc

C Ways To Pass Function As Argument To Function

Finding a maximum sum contiguous sub array

Why bitfields have to be integer?

c integer bit-fields

variable length arrays in C and initializing it in place [duplicate]

c arrays initialization

How to properly close a socket opened with fdopen?

c++ c sockets posix glibc

Issue while compiling make file for linux kernel?

Weirdly changing status codes [duplicate]

c++ c linux

Strange sigaction() and getline() interaction

Optimizing a NEON XOR implementation

Sorting kernel linux linked list

c linux linked-list

How to read floating-point numbers by pairs in C?

c io floating-point double scanf

Using fgets() to read multiple lines. How to go to the Next line?

c

About CUDA's architecture (SM, SP)

c++ c visual-studio cuda gpgpu

Dubious syntax to access array content

c arrays syntax