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
Returning local unique_ptr as a shared_ptr
Nov 13, 2022
c++
gcc
clang
language-lawyer
c++14
Is there a (semantic) difference between the return value of placement new and the casted value of its operand?
Nov 23, 2021
c++
language-lawyer
reinterpret-cast
strict-aliasing
placement-new
"constructing" a trivially-copyable object with memcpy
Oct 26, 2022
c++
language-lawyer
lifetime
How can I include a header file that contains `>` in its name?
Jul 13, 2022
c++
c
c-preprocessor
language-lawyer
Is it legal to modify an object created with new through a const pointer?
Sep 18, 2022
c++
constants
language-lawyer
Standard behavior for direct initialization of unsigned short
Aug 31, 2022
c++
syntax
casting
initialization
language-lawyer
Union with anonymous struct with flexible array member
Nov 13, 2022
c
struct
language-lawyer
union
Are non dereferenced iterators past the "one past-the-end" iterator of an array undefined behavior?
Sep 28, 2019
c++
arrays
pointers
iterator
language-lawyer
Is this[0] safe in C++?
Sep 19, 2022
c++
arrays
pointers
language-lawyer
this-pointer
Should I use "&&" or "and"? [closed]
Oct 28, 2022
c++
language-lawyer
boolean-logic
Since a string literal is considered an lvalue, why must the binding lvalue reference be const?
Jun 04, 2022
c++
reference
language-lawyer
string-literals
lvalue
Does "int (*)[]" decay into "int **" in a function parameter?
Oct 24, 2022
c
arrays
function
pointers
language-lawyer
reinterpret_cast bug or UB? [duplicate]
Oct 01, 2022
c++
language-lawyer
undefined-behavior
reinterpret-cast
Why it is legal here to create lvalue reference to prvalue?
Aug 27, 2022
c++
c++11
language-lawyer
Proving that "int *p = malloc(1); p[0]" is undefined behavior
Sep 15, 2022
c
malloc
language-lawyer
Can the following code be true for pointers to different things
Nov 10, 2022
c
pointers
language-lawyer
Order of evaluation of arguments using std::cout
Oct 22, 2022
c++
visual-studio
stdout
language-lawyer
Why c++ does not support multiple initializers in for loop? [duplicate]
Oct 21, 2022
c++
for-loop
programming-languages
language-lawyer
Can a variable be redeclared as auto that deduced to the same type? [duplicate]
Feb 15, 2022
c++
c++11
language-lawyer
extern
auto
How to interpret the reachability requirement of std::launder?
Dec 11, 2020
c++
language-lawyer
c++17
stdlaunder
« Newer Entries
Older Entries »