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
Aliasing struct and array the C++ way
Oct 27, 2022
c++
c
arrays
struct
language-lawyer
std::is_constructible on incomplete types
Sep 07, 2022
c++
c++11
language-lawyer
Is the strict aliasing rule incorrectly specified?
Nov 20, 2022
c
language-lawyer
strict-aliasing
Are these compatible function types in C?
Nov 03, 2022
c
function
pointers
language-lawyer
c11
Most efficient standard-compliant way of reinterpreting int as float
Mar 08, 2021
c++
c++11
type-conversion
language-lawyer
standards-compliance
Does this really break strict-aliasing rules?
Sep 02, 2022
c++
language-lawyer
strict-aliasing
Is memcpy(&a + 1, &b + 1, 0) defined in C11?
Sep 07, 2022
c
language-lawyer
c11
gcc4.9
Should reading negative into unsigned fail via std::cin (gcc, clang disagree)?
Aug 13, 2022
c++
language-lawyer
c++17
cin
c++-standard-library
Why can C++ deduce template arguments on the right side of an assignment operator from the left side?
Sep 02, 2022
c++
templates
language-lawyer
g++ and clang++ different behaviour with recursive initialization of a static member
Sep 02, 2022
c++
templates
recursion
language-lawyer
static-members
C++ decltype and parentheses - why?
Sep 13, 2022
c++
c++11
language-lawyer
decltype
Does the C++ standard guarantee that a failed insertion into an associative container will not modify the rvalue-reference argument?
Mar 08, 2022
c++
stl
language-lawyer
rvalue-reference
pass-by-rvalue-reference
"is not required" == undefined behavior?
Sep 03, 2022
c++
pointers
language-lawyer
undefined-behavior
comparison-operators
C standard compliant way to access null pointer address?
Sep 02, 2022
c
language-lawyer
undefined-behavior
null-pointer
Why doesn't the standard consider a template constructor as a copy constructor?
Sep 02, 2022
c++
templates
constructor
language-lawyer
copy-constructor
Why does not a template template parameter allow 'typename' after the parameter list
Sep 02, 2022
c++
templates
c++11
language-lawyer
typename
There seems to be a contradiction in §12.3.2/1 in the C++11 Standard
May 27, 2021
c++
c++11
language-lawyer
Difference of type between "fun" and "&fun"?
Sep 02, 2022
c++
types
language-lawyer
function-pointers
Differences between std::is_integer and std::is_integral?
Sep 02, 2022
c++
c++11
language-lawyer
typetraits
Is the compiler allowed to optimise out private data members?
Aug 23, 2022
c++
optimization
compilation
language-lawyer
« Newer Entries
Older Entries »