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
Does a vector assignment invalidate the `reserve`?
Sep 01, 2022
c++
language-lawyer
Declaring defaulted assignment operator as constexpr: which compiler is right?
Sep 01, 2022
c++
language-lawyer
c++17
constexpr
Is it legal to use previous function parameter to declare new one?
Mar 22, 2021
c++
function
gcc
language-lawyer
What is use of the ref-qualifier `const &&`?
Oct 27, 2022
c++
c++11
language-lawyer
move-semantics
rvalue-reference
Detecting Integer Constant Expressions in Macros
Feb 22, 2022
c
linux-kernel
macros
language-lawyer
Why doesn't "auto ch = unsigned char{'p'}" compile under C++ 17?
Jun 27, 2021
c++
c++14
language-lawyer
c++17
What is the order of destruction of function arguments?
Sep 01, 2022
c++
function
arguments
language-lawyer
object-lifetime
C++ function returning function
Sep 13, 2022
c++
c++11
standards
language-lawyer
Why is this code involving arrays and pointers behaving as it does?
Sep 01, 2022
c
language-lawyer
The behavior of value-initializing an enum
Aug 26, 2022
c++
enums
initialization
language-lawyer
value-initialization
Modifying a global variable in a constexpr function in C++17
Sep 01, 2022
c++
language-lawyer
c++17
constexpr
Dynamic allocation of class array with protected destructor
Aug 05, 2018
c++
c++11
visual-c++
language-lawyer
Is it well-defined to hold a misaligned pointer, as long as you don't ever dereference it?
Sep 04, 2018
c
pointers
alignment
language-lawyer
What was the rationale for making `return 0` at the end of `main` optional?
Sep 01, 2022
c++
c
language-lawyer
Do we still need to write the empty angle brackets when using transparent std function objects?
Oct 29, 2022
c++
templates
language-lawyer
c++17
template-argument-deduction
Incorrect cast - is it the cast or the use which is undefined behavior
Sep 01, 2022
c++
casting
language-lawyer
undefined-behavior
Why can constructor syntax not be used with the "unsigned int" type?
Nov 08, 2022
c++
type-conversion
language-lawyer
Does C make a difference between compiling and executing a program?
Sep 01, 2022
c
language-lawyer
Is std::lock() ill-defined, unimplementable, or useless?
Sep 22, 2022
c++
multithreading
c++11
language-lawyer
What is the behaviour on converting a negative floating point value into an unsigned int? [duplicate]
Aug 31, 2022
c
floating-point
language-lawyer
« Newer Entries
Older Entries »