Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Dynamic Programming Tiles

How to know when the HTTP headers part is ended?

c sockets http-headers

How to compare string command line arguments in C?

What is meaning of this ## in this macro from kernel code [closed]

c macros linux-kernel

Objective-C C Style Functions

objective-c c

how to find left most 1 in a 32bit int in C [duplicate]

c bitwise-operators bitmask

Leaving an infinite while loop in C

c while-loop

can static declared global variable can be accessed with extern in another file?

c static global

how to work with boolean function in c

c boolean

Why doesn't my linecount in C work?

c line-count

Declaration not allowed here error in C

c

C struct creation error does not name a type

c struct

What's the point of a Linux character device driver if you can just use outb/inb from userspace? [closed]

Optimize my read() loop C (two loops in one)

c++ c linux unix

printf for float behaves differently if position changed

c floating-point printf

Why is malloc( ) initializing the value of a newly allocated block of memory?

c dynamic-allocation

Common C pattern, but expressed in C++?

C malloc allocated only 8 bytes for int * [duplicate]

c malloc

What is the difference between an IOCTL and an IRP

c kernel driver wdk

What happens to array[1]

c++ c arrays optimization