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 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
Why can't I retrieve my flexible array member size?
Dec 21, 2022
c
arrays
language-lawyer
sizeof
c11
What is exactly an "invalid conversion specification"?
Dec 21, 2022
c
printf
language-lawyer
conversion-specifier
Does isspace() accept getchar() values?
Dec 20, 2022
c
language-lawyer
c11
Does sizeof(function) makes sense?
Dec 20, 2022
c++
function
c++11
language-lawyer
sizeof
Is a declaration of a variable inside a block also a definition?
Dec 20, 2022
c
language-lawyer
declaration
definition
c11
Is this reinterpret_cast problematic in principle, and/or in practice?
Dec 19, 2022
c++
c++17
language-lawyer
C++20 concepts require operator overloading combine with user-define template operator overloading function
Dec 20, 2022
c++
templates
operator-overloading
language-lawyer
c++20
« Newer Entries
Older Entries »