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
Are floating point operations resulting in infinity undefined behavior for IEC 559/IEEE 754 floating-point types
Nov 13, 2022
c++
floating-point
language-lawyer
c++17
c++20
Has it been established if move/copy constructor/assignment are "deleted" or "not declared" in C++17?
Sep 12, 2022
c++
language-lawyer
c++17
Is it possible to initialize member variable (or base class) of a non-copyable type?
Nov 13, 2022
c++
c++17
language-lawyer
How do one use `offsetof` to access a field in a standard conforming way?
Jul 01, 2020
c
pointers
language-lawyer
offsetof
MSVC brace initialization with doubles appears to violate the standard?
Apr 27, 2022
c++
c++11
visual-c++
language-lawyer
list-initialization
Is it safe to cast to a class that has the same data member layout, but a different implementation?
Apr 04, 2022
c++
performance
casting
type-conversion
language-lawyer
Can I always safely cast into the underlying type of a fixed (scoped) enumeration?
Nov 04, 2022
c++
c++11
casting
language-lawyer
RVO overwriting value in parameter before return
Mar 27, 2022
c++
language-lawyer
c++03
Using std::launder to get a pointer to an active object member from a pointer to an inactive object?
Dec 23, 2021
c++
pointers
language-lawyer
c++17
unions
How are multiple prior declarations resolved for a new declaration with extern?
Sep 12, 2022
c
language-lawyer
How could one copy union simple members with memcpy?
Mar 13, 2021
c++
language-lawyer
std
unions
standards-compliance
What does POSIX mean when it says stderr is expected to be open for reading and writing?
Aug 21, 2022
c
file
language-lawyer
posix
stderr
Is a std::string implementation conformant where 's.c_str() + s.size()' is not necessarily the same as '&s[s.size()]'?
Sep 06, 2017
c++
string
c++11
language-lawyer
When static global variable are created in C++
Nov 12, 2022
c++
language-lawyer
What happens to the underlying storage upon vector's copy/move assignment?
Nov 14, 2022
c++
string
c++11
vector
language-lawyer
The concept of a type name scope in C11
Nov 02, 2022
c
scope
c99
language-lawyer
c11
Multiple inheritance makes private member accessible
Dec 18, 2017
c++
gcc
multiple-inheritance
language-lawyer
compiler-bug
Why does this using another constant variable defined later qualify an expression as a non constant expression
Apr 14, 2022
c++
c++14
language-lawyer
c++17
Is a specialization implicitly instantiated if it has already been implicitly instantiated?
Nov 10, 2022
c++
templates
language-lawyer
template-instantiation
implicit-instantiation
Why does the compiler choose this generic method with a class type parameter when invoked with an unrelated interface type?
Sep 24, 2022
java
generics
java-8
language-lawyer
javac
« Newer Entries
Older Entries »