List Question
20 TechQA 2024-02-28T01:52:38.317000Forcing C standard in CMake
61 views
Asked by Nathanael Atkinson
Appropriate use of `void **` for garbage-collected structs in C?
69 views
Asked by rshadr
Why does C/C++ not have a atomic flag test_and_clear?
192 views
Asked by Sniperchang
do while loop does only execute scanf_s(" %d", &variable); once
51 views
Asked by Finn Österreicher
Setup C11 in Visual Studio Code
66 views
Asked by Finn Österreicher
C11 : killing a thread using standard-only library
84 views
Asked by tkf
Does the C11/C17 Standard allow the compiler to clobber compound literals' memory?
120 views
Asked by Willis Hershey
How to do file I/O with bool in C?
211 views
Asked by apadana
How can I combine a comparison and an update in one atomic operation?
52 views
Asked by fadedbee
MSVC compiled code hits debug assert when using _Atomic float
50 views
Asked by TrayMan
Memory ordering and RMW operations
59 views
Asked by Petr Skocik
How to get C11 threads (and other) man pages on linux system
185 views
Asked by AudioBubble
C11 nested generics
63 views
Asked by Zer0day
Missing the great reason for memset_s (C11)
532 views
Asked by LuC
What to do to make '_Generic('a', char : 1, int : 2) == 1' true
68 views
Asked by RunThem
C11: Use volatile for simple communication between threads
50 views
Asked by Kevin Meier
Cmake + vs2022 (cl.exe) + ninja + Vulkan2D (C11 Atomics...?)
176 views
Asked by jholley
C: member to drive up structure size up to a value
56 views
Asked by Moldytzu
C11 memory fence and atomic operation
149 views
Asked by ehow
How to properly mix stdatomic between C and C++
648 views
Asked by unalignedmemoryaccess