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
Same name in typedef and using from a namespace
Apr 20, 2026
c++
namespaces
language-lawyer
typedef
ambiguous
Non-const copy constructor compiles fine with C++17
Apr 20, 2026
c++
c++17
c++14
language-lawyer
copy-constructor
What does a C++ preprocessor do when there's just a single `#` in a line - and nothing else?
Apr 20, 2026
c++
language-lawyer
c-preprocessor
Why is it valid to get string[0] even when it has not been initialized?
Apr 17, 2026
c++
string
c++11
language-lawyer
Which value category does x have in `((struct s*)0)->x?
Apr 19, 2026
c++
language-lawyer
value-categories
Cannot use std::not_fn with immediate functions
Apr 18, 2026
c++
language-lawyer
std-function
consteval
c++26
Is printf("%d %d", i++, i++) defined behaviour in C++17? [duplicate]
Apr 18, 2026
c++
c++17
language-lawyer
order-of-execution
When is placement new well defined, and what happens to an existing type when calling placement new?
Apr 18, 2026
c++
language-lawyer
placement-new
Confused by effective type rules
Apr 17, 2026
c
language-lawyer
Why is this combination of move and value constructor ambigous for MSVC but not for Clang and GCC in C++17 and above
Apr 17, 2026
c++
c++17
language-lawyer
c++20
standards-compliance
Why aren't empty arrays and hashes interned?
Apr 17, 2026
arrays
ruby
optimization
language-lawyer
copy elision in c++03
Apr 16, 2026
c++
language-lawyer
c++03
copy-elision
Why conversion (unsigned long long)DBL_MAX (or FLT_MAX) causes raising of FE_INEXACT as well?
Apr 16, 2026
c
exception
floating-point
language-lawyer
ieee-754
Confusions around explicit template instantiation
Apr 16, 2026
c++
templates
c++11
language-lawyer
explicit-instantiation
Applying strcpy to a pointer to array + some_offset
Apr 15, 2026
c
arrays
pointers
language-lawyer
foo(int, int) is picked over foo(int...)
Apr 15, 2026
java
language-lawyer
variadic-functions
overload-resolution
Why do these lambda captured values have different types?
Apr 14, 2026
c++
visual-c++
language-lawyer
Undefined behaviour or not undefined behaviour
Apr 15, 2026
c
language-lawyer
undefined-behavior
Is accessing static class member via unitilialized pointer UB?
Apr 14, 2026
c++
static
language-lawyer
undefined-behavior
Older Entries »