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
What are these evaluations in the calling function that are not specifically sequenced before the body of the called function?
Feb 27, 2022
c++
language-lawyer
c++14
constexpr template argument weirdness
Jun 18, 2022
c++
templates
language-lawyer
constexpr
Can I use memcpy to write to multiple adjacent Standard Layout sub-objects?
Apr 21, 2022
c++
language-lawyer
memcpy
What was the purpose of the emboldened text below in [class.copy]/12 in C++14?
Apr 12, 2022
c++
c++14
language-lawyer
Cast unsigned to signed and back
Dec 23, 2021
c++
language-lawyer
Why is declaration-seq in the C++ standard written this way?
Jul 25, 2021
c++
parsing
c++11
c++14
language-lawyer
Is an int variable an object, according to the C++ Standard?
Jun 19, 2022
c++
language-lawyer
Unqualified name lookup: Why local declaration hides declaration from using directive
Nov 20, 2022
c++
c++14
language-lawyer
name-lookup
When is the compiler allowed to optimize out the copy-constructor [duplicate]
Jun 27, 2022
c++
language-lawyer
copy-constructor
copy-elision
Using declaration as overrider
Mar 09, 2020
c++
overriding
language-lawyer
multiple-inheritance
using-declaration
Lifetime of a std::initializer list global/static object
Nov 16, 2020
c++
language-lawyer
lifetime
Does C++ guarantees it is safe to access adjacent elements of an array from two threads
Mar 25, 2022
c++
multithreading
c++11
thread-safety
language-lawyer
How do bit fields interplay with bits padding in C++
Sep 14, 2022
c++
language-lawyer
bit-fields
memory-layout
Inconsistent C99 support in gcc and clang
Jun 10, 2022
c
language-lawyer
c99
c11
null-pointer
Reliable type-punning across C and C++ standards
Aug 31, 2022
c++
c
type-conversion
language-lawyer
type-punning
How C++ Standard prevents deadlock in spinlock mutex with memory_order_acquire and memory_order_release?
Jul 21, 2021
c++
language-lawyer
memory-model
stdatomic
spinlock
Alignment of multiple CRTP base classes
May 20, 2022
c++
language-lawyer
multiple-inheritance
undefined-behavior
crtp
C - Do incompatible pointers used for arithmetic violate strict aliasing?
Oct 21, 2022
c
pointers
language-lawyer
strict-aliasing
Is there any observable difference between printf(str) and fwrite(str, 1, strlen(str), stdout)?
Jun 21, 2022
c
printf
language-lawyer
compiler-optimization
Confusing language in specification of strtol, et al
Apr 21, 2022
c
standards-compliance
language-lawyer
strtol
« Newer Entries
Older Entries »