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
Rationale for pointer comparisons outside an array to be UB
Oct 07, 2022
c
pointers
language-lawyer
undefined-behavior
Lambda capture an array element failed
Jun 19, 2022
c++
gcc
lambda
language-lawyer
clang++
Is variable assignment a statement or expression?
Aug 17, 2022
c
expression
language-lawyer
variable-assignment
Does pointer equality imply integer equality?
Aug 23, 2022
c
pointers
posix
language-lawyer
c11
c++ why decltype(*pointer) yields a reference?
Oct 27, 2022
c++
pointers
reference
language-lawyer
decltype
Is it legal to access struct members via offset pointers from other struct members?
May 28, 2022
c
pointers
struct
language-lawyer
c11
Is reinterpret_cast type punning actually undefined behavior?
Aug 29, 2022
c++
casting
language-lawyer
reinterpret-cast
type-punning
Does greater operator ">" satisfy strict weak ordering?
Dec 26, 2021
c++
algorithm
language-lawyer
strict-weak-ordering
What C++20 change to reverse_iterator is breaking this code?
Jun 19, 2022
c++
language-lawyer
c++20
reverse-iterator
Can class template constructors have a redundant template parameter list in c++20
Oct 04, 2022
c++
templates
constructor
language-lawyer
c++20
How to call a hidden method from two times inherited base class in C++?
Aug 23, 2022
c++
language-lawyer
multiple-inheritance
Is the behavior of i = post_increment_i() specified, unspecified, or undefined?
Sep 26, 2019
c
language-lawyer
undefined-behavior
operator-precedence
sequence-points
How are contents of an object defined when using placement new on existing object
Aug 31, 2022
c++
oop
standards
language-lawyer
Is overloading on all of the fundamental integer types is sufficient to capture all integers?
Feb 12, 2019
c++
c++11
language-lawyer
Are extra semicolons allowed inside struct declarations?
Sep 25, 2022
c
gcc
language-lawyer
Given Concepts, are SFINAE helpers still in the spec as non-deprecated?
Aug 05, 2020
c++
language-lawyer
c++-concepts
c++20
Why are the documents from the C Standard working group password protected?
Jun 22, 2022
c
language-lawyer
standards
iso
In Common Lisp, is there a defined maximum length for a symbol's name?
Apr 16, 2022
common-lisp
language-lawyer
symbols
identifier
When can a volatile variable be optimized away completely?
Mar 25, 2021
c
language-lawyer
volatile
A condition evaluates to signed or unsigned integer?
Nov 15, 2022
c
conditional-statements
language-lawyer
« Newer Entries
Older Entries »