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
Ambiguous member template lookup
Dec 23, 2022
c++
language-lawyer
function-call
name-lookup
What would happen if "i = i++" was not considered undefined behavior? [closed]
Dec 26, 2022
c
language-lawyer
Surprising behavior of strtoull("-1", NULL, 0) and other negative values
Dec 25, 2022
c
language-lawyer
strtoull
Function interleaving in pre C++17
Dec 25, 2022
c++
c++11
c++14
language-lawyer
c++17
Why does template argument deduction fail with overloaded function?
Dec 25, 2022
c++
language-lawyer
template-argument-deduction
Is modifying an object through a pointer to const undefined behavior?
Dec 25, 2022
c
pointers
constants
language-lawyer
undefined-behavior
Argument evaluation order between curly braces and parentheses
Dec 25, 2022
c++
c++11
constructor
language-lawyer
c++17
Is it legal to cast a function returning an object pointer to a function returning a void pointer?
Dec 25, 2022
c
casting
language-lawyer
function-pointers
c89
Is there any consistent definition of time complexity for real world languages like C++?
Dec 25, 2022
c++
time-complexity
language-lawyer
complexity-theory
Are unnecessary semicolons syntax errors?
Dec 25, 2022
java
intellij-idea
language-lawyer
Name lookup in template base: why do we add this->
Dec 25, 2022
c++
templates
language-lawyer
argument-dependent-lookup
name-lookup
In what sense const allows only atomic changes to mutable member variables?
Dec 25, 2022
c++
language-lawyer
constants
atomic
mutable
Dependent template names and C++20 ADL
Dec 24, 2022
c++
templates
language-lawyer
c++20
argument-dependent-lookup
Different std::map size when inserting with operator[] (vc++ vs g++)
Dec 25, 2022
c++
gcc
visual-c++
language-lawyer
stdmap
Why is single virtual inheritance not enough to resolve the dreaded diamond problem?
Dec 23, 2022
c++
language-lawyer
virtual-inheritance
diamond-problem
According to the standard, is std::vector affected by the static initialization order problems?
Dec 22, 2022
c++
c++11
language-lawyer
Variable Length Array with length 0?
Dec 22, 2022
c
c99
language-lawyer
variable-length-array
Where in the standard (C++11) is it said that the remainder operator works for integral type only?
Dec 21, 2022
c++
c++11
language-lawyer
Accordance of linkage between declaration and definition
Dec 21, 2022
c
language-lawyer
c11
Does any C or C++ standard recognize the existence of memory mapped files?
Dec 21, 2022
c++
c
language-lawyer
memory-mapped-files
« Newer Entries
Older Entries »