Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Dynamic memory allocation. What am I missing?

connect : connection refused in c program at client side

c sockets

Global pointer in C

c pointers scheme interpreter

I can't decrypt the string after I encrypt the string with PolarSSL AES-CBC

How can i prevent a child process to NOT become a zombie if parent exits

c linux

Can we use doubly linked list in C without dynamic memory allocation?

How to route the splitted packets using netfilter hooks in kernel space

c linux linux-kernel

How to calculate large nPr in C?

c

C - If (No File Found) { Use standard input }

c file input stdin

Stack and heap confusion for embedded 8051

c memory embedded 8051

Use ptrace to obtain machine instructions

c linux ubuntu 64-bit ptrace

Issue with fahrenheit conversion formula in C [duplicate]

c

"expected specifier-qualifier-list before ‘*’ token" error in variadic function

c pointers struct

Unmanaged struct as return value to managed

Short & Quick malloc memory access issue

Why will my C socket file transfer (server/client) program run correctly only once?

c linux sockets gcc