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
C++ standard: ODR and constexpr std::string_view
Feb 01, 2023
c++
language-lawyer
c++17
linkage
one-definition-rule
Is it allowed to overload operator+ for a standard library type and a built-in type?
Jan 31, 2023
c++
operator-overloading
language-lawyer
user-defined-types
Are new C++17 [[nodiscard]] warnings since Visual Studio 15.6.2 compiler update standards-compliant?
Jan 31, 2023
c++
visual-c++
c++17
language-lawyer
nodiscard
Can't compile with static constexpr under pre-C++17 mode
Jan 28, 2023
c++
language-lawyer
c++17
constexpr
constexpr and undefined behavior
Jan 28, 2023
c++
language-lawyer
undefined-behavior
constexpr
Is it safe to do something like foo(x, &x)?
Jan 27, 2023
c
language-lawyer
undefined-behavior
Why not all the standard headers are preceded with std prefix?
Jan 27, 2023
c
language-lawyer
naming
c11
c17
Are all non-member function pointers the same size in C++
Jan 26, 2023
c++
language-lawyer
function-pointers
sizeof
reinterpret-cast
Why C++ allows repeated + operators, like in x = 1 + + + + + + + + 2;
Jan 27, 2023
c++
language-lawyer
grammar
Is a variable that is about to go out of scope an lvalue or an xvalue?
Jan 27, 2023
c++
language-lawyer
move-semantics
lvalue
xvalue
Is the compiler allowed to modify padding bytes
Jan 27, 2023
c
language-lawyer
padding
Why is the deletion of an incomplete type defined as "undefined behaviour"?
Jan 12, 2023
c++
language-lawyer
Is it safe to use operator [] for std::string
Jan 11, 2023
c++
language-lawyer
Why is implicit pointer of pointer to pointer conversion legal?
Jan 11, 2023
c
pointers
language-lawyer
Overwriting an object with an object of same type
Jan 10, 2023
c++
constants
language-lawyer
memcpy
placement-new
Does the address of the array equal to that of its first element in C++?
Jan 10, 2023
c++
arrays
language-lawyer
memory-address
Retry local static variable initialization after exception
Jan 09, 2023
c++
language-lawyer
C standard prohibition on warnings by default
Jan 09, 2023
c
language-lawyer
Execution order of operator new and argument of constructor
Feb 04, 2023
c++
language-lawyer
c++17
order-of-execution
Why can't C++ deduce T in a call to Foo<T>::Foo(T&&)?
Feb 06, 2023
c++
templates
language-lawyer
« Newer Entries
Older Entries »