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
Why do iterators need to be default-constructible
Sep 01, 2022
c++
stl
iterator
language-lawyer
standard-library
Given int **p1 and const int**p2 is p1 == p2 well formed?
Oct 10, 2019
c++
c++11
language-lawyer
c++14
C++ namespace collision in copy constructor
Sep 07, 2022
c++
inheritance
namespaces
language-lawyer
Is double-braced scalar initialization allowed by the C++ standard?
Feb 22, 2022
c++
c++11
language-lawyer
Is std::any_of required to follow short circuit logic?
Jan 13, 2022
c++
c++11
stl
language-lawyer
Are functions calls in a constructor's initializer-list sequenced?
Sep 01, 2022
c++
language-lawyer
undefined-behavior
operator-precedence
initialization-order
How undefined is undefined behavior?
Sep 01, 2022
c
undefined-behavior
language-lawyer
What is the correct way to convert 2 bytes to a signed 16-bit integer?
Sep 06, 2022
c
casting
language-lawyer
Flexible array members can lead to undefined behavior?
Sep 01, 2022
c
language-lawyer
undefined-behavior
flexible-array-member
Is there a pure virtual function in the C++ Standard Library?
Sep 01, 2022
c++
language-lawyer
virtual-functions
c++-standard-library
pure-virtual
Alternative for-loop syntax [duplicate]
Sep 01, 2022
c
for-loop
language-lawyer
Is argv[n] writable?
Sep 01, 2022
c
language-lawyer
constexpr exp, log, pow
Aug 27, 2022
c++
c++11
language-lawyer
constexpr
Why do gcc and clang each produce different output for this program? (conversion operator vs constructor)
Nov 16, 2022
c++
gcc
clang
language-lawyer
compiler-bug
Reinterpreting a union to a different union
Sep 16, 2022
c++
c++11
language-lawyer
Does printf("%x",1) invoke undefined behavior?
Sep 01, 2022
c
printf
standards
language-lawyer
variadic-functions
Is it defined behavior to reference an early member from a later member expression during aggregate initialization?
Sep 01, 2022
c++
c++11
language-lawyer
c++14
undefined-behavior
What is the modern, correct way to do type punning in C++?
Nov 15, 2022
c++
performance
casting
language-lawyer
type-punning
Meaning of default initialization changed in C++11?
Sep 05, 2022
c++
c++11
initialization
language-lawyer
c++-faq
Why does std::unique_ptr operator* throw and operator-> does not throw?
Sep 01, 2022
c++
c++11
language-lawyer
« Newer Entries
Older Entries »