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
Why can I "captureless-capture" an int variable, but not a non-capturing lambda?
Oct 23, 2025
c++
lambda
language-lawyer
c++20
Should the preprocessor arithmetic match the architecture targeted by the compilation?
Oct 23, 2025
c
language-lawyer
preprocessor
Is Byte Really The Minimum Addressable Unit?
Oct 22, 2025
c++
c
language-lawyer
standards
memory-model
Why are C++ array index values signed and not built around the size_t type (or am I wrong in that)?
Oct 22, 2025
c++
arrays
language-lawyer
standards
size-t
Which elements of operator-or-punctuator are punctuators?
Oct 23, 2025
c++
language-lawyer
compatibility
terminology
punctuator
Aren't all expressions during constant evaluation also constant expressions?
Oct 22, 2025
c++
language-lawyer
constexpr
compile-time-constant
constant-expression
Expression without parentheses works in one case but not in other
Oct 21, 2025
c++
language-lawyer
requires-clause
In C++ can you use one empty type as storage for another?
Oct 23, 2025
c++
language-lawyer
c++20
strict-aliasing
Is the alignment requirement for incomplete `struct X` and `struct Y` the same?
Oct 22, 2025
c
pointers
alignment
language-lawyer
C preprocessor: what is the motivation behind treating undefined macro as 0?
Oct 22, 2025
c
language-lawyer
undefined
c-preprocessor
nan
What is the assignment-expression in array brackets in C?
Oct 22, 2025
c
language-lawyer
Is MSVC correct in refusing to compile this code?
Oct 20, 2025
c++
c++17
language-lawyer
When the object destructed while I pass the argument by-value?
Oct 21, 2025
c++
c++11
inheritance
language-lawyer
virtual
Is A::member of vector of variant of A undefined behaviour? [duplicate]
Oct 21, 2025
c++
c++17
language-lawyer
Is it allowed to call a non-static member function in a default member initializer?
Oct 20, 2025
c++
constructor
initialization
language-lawyer
member-initialization
Does casting a magic address to a pointer in C violate strict aliasing rules?
Oct 21, 2025
c
language-lawyer
strict-aliasing
magic-numbers
Why doesn't "Guaranteed Copy Elision" mean that push_back({arg1, arg2}) is the same as emplace_back(arg1, arg2)?
Oct 20, 2025
c++
c++17
language-lawyer
copy-elision
prvalue
Operator precedence is confusing in this case
Oct 20, 2025
c
language-lawyer
Is C scanf() prohibited from checking that integers are in range?
Oct 20, 2025
c
language-lawyer
scanf
integer-overflow
Is int a = ++i + ++i undefined behaviour?
Oct 20, 2025
c++
c++17
language-lawyer
undefined-behavior
sequencing
Older Entries »