Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

CPU cache understanding using a C program

c performance caching time

Finding minimum using bit manipulation

c bit-manipulation

When to use mmap vs when to use read and write with cache layer?

c database io mmap

Unit testing C module static variable

c unit-testing cpputest

How to input a data file into a 2D array

c file-io

Executing pthread "pre init" function on thread start

c linux pthreads