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
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
Can a parameter pack be captured implicitly within C++11 lambdas?
Sep 12, 2025
c++
c++11
lambda
language-lawyer
variadic-templates
Shall structured binding to a copy of a const c-array be const?
Sep 12, 2025
c++
language-lawyer
c++17
structured-bindings
Why can't I initialize this std::vector with an l-value?
Sep 12, 2025
c++
language-lawyer
narrowing
Is implicit function declaration legal in C89?
Sep 10, 2025
c
language-lawyer
c89
What is the purpose of `operator auto() = delete` in C++?
Sep 10, 2025
c++
language-lawyer
conversion-operator
Why is address of non-static member not allowed as template non-type parameter?
Sep 10, 2025
c++
templates
language-lawyer
Is it possible to pass a brace-enclosed initializer as a macro parameter?
Sep 10, 2025
c++
c++11
c-preprocessor
language-lawyer
Is std::size_t a distinct type?
Sep 10, 2025
c++
language-lawyer
overloading
size-t
Can Different Lambdas Decay to the Same Function Pointer?
Sep 10, 2025
c++
c++11
lambda
language-lawyer
Can one volatile constexpr variable initialize another one in C++?
Sep 10, 2025
c++
language-lawyer
constexpr
volatile
Why doesn't strict aliasing rule apply to int* and unsigned*?
Sep 10, 2025
c
language-lawyer
compiler-optimization
undefined-behavior
strict-aliasing
Why are pointers to data members callable in C++?
Sep 10, 2025
c++
language-lawyer
Are intmax_t and uintmax_t guaranteed to be of the same size?
Sep 10, 2025
c++
c++17
language-lawyer
Is the small number cache defined in Python specification or is it an implementation detail?
Sep 08, 2025
python
language-lawyer
Older Entries »