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 alignof
Writing an alignof(T) method in C#?
Feb 24, 2026
c#
algorithm
memory-alignment
alignof
Is there an `alignof` implementation portable to standard C89 and C99?
Feb 12, 2026
c
c99
memory-alignment
c89
alignof
Why is alignof(max_align_t) 16?
Oct 22, 2025
c
memory-alignment
alignof
Is alignof(T*) is the same for all possible types? What about sizeof(T*)?
Sep 15, 2025
c++
pointers
language-lawyer
sizeof
alignof
How to align a struct member in D?
Sep 23, 2022
alignment
d
alignof
Alignment and size of C++ primitive types
Sep 03, 2021
c++
memory-alignment
alignof
`std::alignment_of` versus `alignof`
Jun 30, 2022
c++
memory-alignment
c++17
alignof
Is it always the case that sizeof(T) >= alignof(T) for all object types T?
Sep 23, 2022
c++
c++11
memory-alignment
alignof
What's the difference between sizeof and alignof?
Aug 26, 2022
c++
c++11
sizeof
alignof