Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What is causing my program to hang and not exit properly? (pipe, read system call, while loop)

Why bool is not represented using float?

c types boolean

Finding a node in xml file with libxml2

c xml-parsing libxml2

What is the most elegant way to loop TWICE in C

c loops iterator

Does the red zone still exist even if we use the -mno-red-zone flag in gcc?

How to declare function with a const pointer using VLA syntax

c pointers

About __attribute__ support in different C compilers

c

Linux - rtnetlink RTM_GETLINK - handle and understand answered data

Clang parser - ignore directive #ifdef, parse everything

c parsing clang llvm-clang

I don't really know why bit-shifting works in one scenario but not the other [duplicate]

c bit-shift

error: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Werror=restrict]

C: socket binding on wrong port

c sockets

Will freeing a structure pointer also free the memory allocated inside of the structure in C?

c memory dynamic struct

Point subtraction in elliptic curve cryptography

Ncurses program exits when terminal resized

c linux ncurses

Calling 'ls' with execv

c fork system ls

writing in c with printf and scanf not working as expected

c printf scanf

How to create a temporary text file in C

c

Simple UTF8->UTF16 string conversion with iconv

c string utf-8 posix iconv