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's the behavior of an uninitialized variable used as its own initializer?
Sep 14, 2022
c++
c
initialization
language-lawyer
Why don't C compilers warn about incompatible types with literal strings? [duplicate]
Sep 13, 2022
c
string
language-lawyer
compiler-warnings
string-literals
Order of evaluation of assignment statement in C++
Aug 17, 2022
c++
language-lawyer
operator-precedence
Does a C shift expression have unsigned type? Why would Splint warn about a right-shift?
Sep 13, 2022
c
language-lawyer
code-analysis
bit-shift
splint
typedef and non-simple type specifiers
Sep 12, 2022
c++
c
language-lawyer
Is it safe to assert(sizeof(A) == sizeof(B)) when A and B are "the same"?
Dec 02, 2020
c++
language-lawyer
sizeof
Initializing mutually-referencing objects
Aug 16, 2022
c++
language-lawyer
Does C++ as a standard prohibit the storage of member functions inside individual class instances?
Aug 30, 2022
c++
language-lawyer
Accessing member type with `if constexpr` inside generic lambda requires both branches to be well-formed - gcc vs clang
Jul 24, 2021
c++
language-lawyer
c++17
sfinae
if-constexpr
A deleted default constructor could still be trivial?
Sep 13, 2022
c++
c++11
language-lawyer
What is a trivial function?
Sep 13, 2022
c++
language-lawyer
c++14
Cannot declare an operator within a function. Clang bug or spec?
Mar 11, 2022
c++
clang
language-lawyer
infix-notation
name-lookup
Why introduce `std::launder` rather than have the compiler take care of it?
Sep 11, 2022
c++
c++17
language-lawyer
rationale
stdlaunder
Value initialization: default initialization or zero initialization?
Sep 13, 2022
c++
constructor
initialization
language-lawyer
c++14
Have anonymous structs and unions in C11 been incorrectly described?
Oct 31, 2022
c
language-lawyer
c11
Copy initialization with deleted copy constructor in reference initialization
Sep 13, 2022
c++
c++11
language-lawyer
implicit-conversion
reference-binding
Can one use parameter value directly (not its type but value itself) in trailing return type syntax
Feb 03, 2021
c++
c++11
language-lawyer
trailing-return-type
Since the Standard C committee did not standardize a simple replacement for gets(), what should it be?
Oct 29, 2022
c
language-lawyer
glibc
libc
Is std::initializer_list{x, y, z} (CTAD) valid?
Sep 12, 2022
c++
language-lawyer
c++17
Cannot use pointer to public member function that comes from a private base
Mar 27, 2022
c++
language-lawyer
« Newer Entries
Older Entries »