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
C++ union assignment, is there a good way to do this?
Jan 01, 2026
c++
sdl
variable-assignment
unions
deque
How does C++ union know the type stored in it and which destructor to call?
Jan 01, 2026
c++
unions
Is there a reason for using unions today (when we have so much available memory)?
Dec 24, 2025
c
unions
placement delete on unrestricted unions
Dec 21, 2025
c++
c++11
unions
When is a C union performed
Dec 20, 2025
c++
c
unions
Can non-const data be accessed through a const pointer in a union?
Dec 20, 2025
c
pointers
language-lawyer
c99
unions
Is it wrong to allocate enough memory to a union for just one member?
Dec 19, 2025
c
memory-management
malloc
language-lawyer
unions
Type punning Vs Union member access
Dec 12, 2025
c
unions
type-punning
How is the size of structures with bit-fields are calculated which contains some unnamed members and zero sized bit-fields?
Dec 09, 2025
c
struct
unions
bit-fields
reference member of a strange C++ struct
Dec 01, 2025
c++
struct
reference
unions
free/delete union malloc/new Array in C/C++
Dec 01, 2025
c++
c
unions
strict-aliasing
type-punning
Memory address to hashcode without union
Nov 22, 2025
c++
hash
hashcode
unions
Initialize union using largest member under MSVC compiler
Nov 15, 2025
c++
initialization
visual-studio-2015
unions
c++03
Struct variable alias
Nov 17, 2025
c
struct
compiler-warnings
c99
unions
Appending to vector of union
Nov 07, 2025
c++
stdvector
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
Older Entries »