Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

External file ressource on embedded system (C language with FAT)

c embedded stm32 fatfs

Correctly parsing comment in regex

c++ c regex

What happens when I allocate memory space for line buffering and the lines of the stream have more bytes than the buffer space?

c