Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What %qu format stands for in printf()

c

Emulating a packed structure in portable C

Using 2-dimensional char-array with a function

c arrays function

Multi-threaded udp server/client

c udp fork

how to debug make

c debugging makefile

How to tell whether a font is monospace using GTK and Pango?

c fonts gtk pango monospace

Aho-Corasick algorithm with C language

Is there a way to use arrays in switch statement case (C)?

arrays c switch-statement cs50

I do not understand what exactly is dynamic memory allocation

Why is the strlen here equal to 25?

c printf c-strings fgets strlen

In what conditions is one comparison for "if" and "if-else" at С as at assembly?

Usefulness of void pointer in C and C++

c++ c pointers templates void

Macro that expands to value or empty, based on boolean argument

c

Why do I get an excess element warning in this tagged union in gcc C?

c gcc

Is there a way to express binary numbers with some sort of separation between digits in C?

c

Socket re-write after failed

c windows linux tcp

How do I interrupt a background thread that's blocking on IO?

c pthreads interrupt

Flex, continuous scanning stream (from socket). Did I miss something using yywrap()?

c lex flex-lexer

How to start debug in Visual Studio Code on macOs in C language?

Formatted I/O inside signal handler

c io signals reentrancy