Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why the restrictions on C standard I/O streams that interact with sockets?

Pointers to arrays problem in C

c arrays pointers

STM32F4 Jump to Bootloader via SoftReset and without BOOT0 and BOOT1 Pin

Array of 10 pointer to char[2][2] array

c arrays pointers

Difference between – and - signs for subtraction operation

c

how to write a macro that will append text to a partial function name to create complete function name

c++ c macros

Given a start, end, and increment value, I want an algorithm that counts up and down

c++ c algorithm

Can't find most frequent word

c

Why does gcc -O3 handle avx256 compare intrinsic differently than gcc -O0 and clang?

c gcc simd intrinsics avx

How to read in a text file of tab-separated integers in C?

c

How can I be sure I'm not losing signals when using pause()?

c linux signals

extra-heap program memory consumption as showed by valgrind

One Segfaulting Skip List, One Ruined Weekend (C Programming)

recv: Connection reset by peer

c sockets recv

How can I compile the zephyr example-application as a freestanding application?

c build zephyr-rtos

Fast reading from HDD for Linux - strange phenomenon [closed]

c++ c linux solid-state-drive

C - use libcurl to list imap sent mails

c imap