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
Converting a pointer value that is returned from a malloc operation that creates an array object to the element type results in UB?
Dec 11, 2025
c++
language-lawyer
c++20
Functional equivalency in template constraints vs member function constraints
Dec 11, 2025
c++
language-lawyer
c++-concepts
c++23
Can a lambda appear in template arguments? [duplicate]
Dec 12, 2025
c++
templates
language-lawyer
c++17
Function argument evaluation and side effects
Dec 11, 2025
c++
c++17
language-lawyer
undefined-behavior
side-effects
Is it really well defined to check pointer alignment using the pointer's integer value?
Dec 11, 2025
c++
pointers
c++17
language-lawyer
undefined-behavior
Preference of conversion operator over copy constructor changes from C++14 to C++17?
Dec 10, 2025
c++
c++17
c++14
language-lawyer
conversion-operator
Why does friendship seem transitive with befriended function templates?
Dec 11, 2025
c++
templates
language-lawyer
friend
friend-function
What does the C++ standard says for algorithms when first <= last is not fulfilled?
Dec 09, 2025
c++
algorithm
language-lawyer
undefined-behavior
std
Can a class be indestructible (have no destructor)?
Dec 10, 2025
c++
language-lawyer
c++20
Whose responsibility is it to destroy a C++20 coroutine that throws from its initial suspend?
Dec 10, 2025
c++
language-lawyer
c++20
coroutine
c++-coroutine
Is a postincrement always done before a function call?
Dec 09, 2025
c
language-lawyer
Why can an anonymous temporary exception be bound to a reference at a catch site? [duplicate]
Dec 10, 2025
c++
language-lawyer
Data race guarded by if (false)... what does the standard say?
Dec 08, 2025
c++
concurrency
language-lawyer
memory-model
What is the type of a by-value lambda capture of a reference?
Dec 09, 2025
c++
language-lawyer
Is it OK to pass the address of an int for scanf("%x", ...)?
Dec 08, 2025
c
scanf
language-lawyer
undefined-behavior
Declaration vs definition in C
Dec 08, 2025
c
language-lawyer
Ambiguity accessing identifier in global and nested anonymous namespaces
Dec 08, 2025
c++
namespaces
language-lawyer
Older Entries »