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
c++ access static members using null pointer
Oct 22, 2022
c++
c++11
language-lawyer
static-members
nullptr
What is the rationale for limitations on pointer arithmetic or comparison?
Oct 14, 2022
c++
c
pointers
language-lawyer
pointer-arithmetic
Is it a missed optimization, when a compile-time known reference takes space in a struct?
Mar 22, 2022
c++
struct
reference
initialization
language-lawyer
Is this-> mandatory to access Base<T> identifiers from derived classes?
Nov 12, 2022
c++
templates
inheritance
language-lawyer
name-lookup
What is the difference between a sequence point and operator precedence?
Sep 05, 2022
c++
c
language-lawyer
Is it undefined behaviour if multiple operands in a compound expression modify the same object?
Aug 17, 2022
c++
c++11
undefined-behavior
language-lawyer
unspecified-behavior
The 'this' pointer in the initialization list of the constructor
Sep 05, 2022
c++
syntax-error
this
language-lawyer
ctor-initializer
Do we need to use std::launder when doing pointer arithmetic within a standard-layout object (e.g., with offsetof)?
Jun 17, 2021
c++
language-lawyer
c++17
offsetof
operator++ as both a postfix and prefix doesn't work with clang
Sep 05, 2022
c++
templates
c++11
operators
language-lawyer
C++ inconsistency between gcc and clang
Sep 04, 2022
c++
gcc
clang
language-lawyer
template-specialization
lambda as a static member
Sep 15, 2022
c++
lambda
c++11
language-lawyer
constexpr
How can a conforming C++ implementation indicate that it doesn't know the current date and time?
Mar 21, 2022
c++
time
language-lawyer
chrono
c++20
Is void{} legal or not?
Sep 04, 2022
c++
language-lawyer
void
c++17
return-type-deduction
What are the Constraints in Standard C?
Sep 04, 2022
c
standards
language-lawyer
Class can't access its own private static constexpr method - Clang bug?
Dec 19, 2021
c++
language-lawyer
c++17
clang++
Why is std::hash not guaranteed to be deterministic?
Sep 04, 2022
c++
hash
language-lawyer
std
What precautions should I take to make a memory pool that does not invoke undefined behavior?
Mar 14, 2022
c
language-lawyer
undefined-behavior
c11
strict-aliasing
Aliasing T* with char* is allowed. Is it also allowed the other way around?
Sep 04, 2022
c++
language-lawyer
strict-aliasing
type-punning
Does the C standard require the size of an array of n elements to be n times the size of an element?
Sep 04, 2022
c
arrays
size
language-lawyer
C++: Can an unused lambda explicit capture be optimized out?
Sep 22, 2022
c++
lambda
c++11
language-lawyer
« Newer Entries
Older Entries »