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 language-lawyer
Clang and GCC disagree on whether overloaded function templates are ambiguous
Sep 15, 2025
c++
c++11
language-lawyer
Are int main() and int main(void) equivalent prototypes in C23?
Sep 15, 2025
c
language-lawyer
function-prototypes
c23
Pointer arithmetic across subobject boundaries
Sep 14, 2025
c++
pointers
c++11
language-lawyer
pointer-arithmetic
Can I "over-extend" an array by allocating more space to the enclosing struct?
Sep 15, 2025
c
arrays
language-lawyer
undefined-behavior
flexible-array-member
constexpr general confusion
Sep 15, 2025
c++
language-lawyer
constexpr
compile-time-constant
constant-expression
void* ptr = &func; compiles with msvc without any diagnostic but both gcc and clang rejects it
Sep 15, 2025
c++
pointers
language-lawyer
function-pointers
pointer-conversion
`std::is_same_v<size_t, uint64_t>` evaluates to `false` when both types are 8 bytes long
Sep 13, 2025
c++
templates
c++17
language-lawyer
sizeof
What is the purpose of the new C23 #embed directive?
Sep 14, 2025
c
language-lawyer
c23
Are floatN_t in stdfloat guarenteed to be IEEE compliant?
Sep 13, 2025
c++
floating-point
language-lawyer
c++23
What happens when an assumption, i.e. [[assume]] contains UB?
Sep 14, 2025
c++
language-lawyer
c++23
assumption
Why does constinit allow UB?
Sep 13, 2025
c++
language-lawyer
constexpr
constant-expression
constinit
Is enum { a } e = 1; valid?
Sep 13, 2025
c
enums
language-lawyer
Going from signed integers to unsigned integers and vice versa in C++20
Sep 13, 2025
c++
language-lawyer
signed
twos-complement
c++20
Is the conditional move optimization against the C standard?
Sep 12, 2025
c
assembly
language-lawyer
compiler-optimization
ternary-operator
C++ idempotence of going through: pointer → reference → pointer
Sep 12, 2025
c++
pointers
reference
language-lawyer
Class that holds a reference to itself
Sep 12, 2025
c++
language-lawyer
Does C++ standard guarantee the initialization of padding bytes to zero for non-static aggregate objects?
Sep 12, 2025
c++
gcc
initialization
language-lawyer
zero-initialization
Can we distinguish the results of diamond operator from raw constructor?
Sep 12, 2025
java
generics
language-lawyer
Alternative for-loop construct
Sep 10, 2025
bash
shell
sh
language-lawyer
language-history
« Newer Entries
Older Entries »