Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in unions
Can I assign a value to one union member and read the same value from another?
Oct 29, 2025
c
struct
language-lawyer
unions
Portability concerns on C struct/union
Oct 29, 2025
c
struct
portability
unions
access union member in c
Oct 27, 2025
c
unions
Can you overwrite the memory of a union, if no members are active?
Oct 28, 2025
c++
language-lawyer
undefined-behavior
unions
c++23
Aliasing through unions
Oct 29, 2025
c
unions
strict-aliasing
type-punning
Portability of using union for conversion
Oct 23, 2025
c
unions
Why does member y get set to 0 in the following code?
Oct 21, 2025
c
struct
unions
static-initialization
Member variable aliasing in a simple struct using union
Oct 22, 2025
c++
inheritance
unions
Practical use of Anonymous union in real world C++ programing
Oct 19, 2025
c++
unions
error: expression is not assignable ternary operator
Oct 21, 2025
c
struct
unions
ternary
How does the caller know when there's a Decimal inside a VARIANT?
Oct 20, 2025
c++
com
decimal
unions
variant
How can I do short string optimization at compile time?
Oct 19, 2025
c
string
unions
compile-time
compile-time-constant
Why does __m128 cause alignment issues in a union with float x/y/z?
Oct 18, 2025
c
simd
sse
unions
memory-alignment
what does it mean by saying that union members can only be manipulted one at a time?
Oct 17, 2025
c++
c++11
visual-c++
unions
C how to "hide" macros from main scope
Oct 15, 2025
c
inheritance
struct
scope
unions
what does union U look like in the memory?
Oct 17, 2025
c++
unions
Syntax to initialize an anonymous union
Oct 14, 2025
c++
unions
Deleting an aliased pointer
Sep 22, 2025
c++
pointers
unions
delete-operator
Is the author's union-based implementation of an optional<bool> well-defined in P2641?
Sep 22, 2025
c++
language-lawyer
unions
type-punning
c++26
Can anonymous union be simply `const` (not `constexpr`)?
Sep 22, 2025
c++
c++11
constants
language-lawyer
unions
Older Entries »