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
Can calloc() allocate more than SIZE_MAX in total?
Mar 11, 2022
c
language-lawyer
Why does the C++ linker allow undefined functions?
Sep 03, 2022
c++
compilation
linker
language-lawyer
undefined-function
Is it legal for a pointer to point to a C++ register?
Sep 12, 2022
c++
language-lawyer
cpu-registers
memory-mapping
Return value of placement new
Sep 03, 2022
c++
c++14
language-lawyer
Why is std::streamsize defined as signed rather than unsigned?
Sep 14, 2022
c++
iostream
language-lawyer
unsigned
signed
Crash with icc: can the compiler invent writes where none existed in the abstract machine?
Dec 08, 2020
c++
x86
language-lawyer
simd
icc
intel
int a=1, is a || 1 a constant expression?
Oct 10, 2022
c++
language-lawyer
constant-expression
c++17
Is writing to &str[0] buffer (of a std:string) well-defined behaviour in C++11?
Sep 03, 2022
c++
string
c++11
buffer
language-lawyer
Is a class with deleted copy-constructor trivially copyable?
Aug 11, 2022
c++
language-lawyer
About binding a const reference to a sub-object of a temporary
Aug 22, 2022
c++
language-lawyer
What does std::includes actually do?
Oct 21, 2022
c++
language-lawyer
c++17
stl-algorithm
The validity of lambda expression with omitted parameter list in C++23
Sep 16, 2022
c++
lambda
language-lawyer
c++23
Enhanced for loop compiling fine for JDK 8 but not 7
Sep 13, 2022
java
foreach
java-8
java-7
language-lawyer
Why doesn't an if constexpr make this core constant expression error disappear?
Aug 30, 2022
c++
language-lawyer
c++17
constexpr
if-constexpr
What's the difference between "auto x = vector<int>()" and "vector<int> x"?
Sep 03, 2022
c++
initialization
language-lawyer
stdvector
Why is the std::initializer_list constructor preferred when using a braced initializer list?
Aug 10, 2022
c++
c++11
constructor
language-lawyer
initializer-list
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
« Newer Entries
Older Entries »