Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why does that macro-emulated function default argument expand differently in GCC and MSVC (C or C++)?

c++ c macros language-lawyer

Why register array names can be assigned to pointer variables without compiler error?

Converting a big integer to decimal string

Largest triangle in convex hull

how to remove path from the default gcc search path

c gcc ubuntu boost

fatal error: editline/readline.h: No such file or directory compilation terminated

c editline

Pass a callback function from python to c using cython

python c callback cython

random(int) and randomize() in C

c random

Why does `accept(2)` need the `sockaddr` length as a separate pointer?

c macos unix

Flexible array member without having to be the last one

What are ways to detect race conditions on Linux?

c linux gcc x86 valgrind

CLion, CMSIS and error: "expected identifier or '(' before '__asm'"

c assembly cmake arm clion

How to react to mouse wheel in Xlib?

c mousewheel xlib

How do I reset the STM32 HAL UART driver (HAL) state?

c stm32 interrupt hardware

mmap thread safety in a multi-core and multi-cpu environment

Weird gcc warning and sanitizer crash

c gcc compiler-warnings

Can I assign a value to one union member and read the same value from another?

`atomic_compare_exchange_strong_explicit()` -- what do the various combinations of `success` and `failure` parameter do, when not equal?

c assembly atomic stdatomic

Operator precedence in c with pointers

c operator-precedence