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
How standard C++ input output streams have to handle intXX_t types?
Dec 14, 2025
c++
c++11
language-lawyer
Accessing base class members with incorrect downcast in C++
Dec 14, 2025
c++
language-lawyer
Virtual calls during construction / destruction
Dec 13, 2025
c++
constructor
polymorphism
language-lawyer
virtual-functions
How to discard the designator of a void expression?
Dec 13, 2025
c
language-lawyer
c11
Clang rejects inexplicit enum value in constexpr function (gcc works)
Dec 12, 2025
c++
language-lawyer
c++20
What should the underlying type of a char initialized enum be?
Dec 12, 2025
c++
enums
language-lawyer
Preincrement vs postincrement in terms of sequence points
Dec 10, 2025
c++
c++14
language-lawyer
increment
undefined-behavior
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
Older Entries »