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
C++, is set_terminate local to every thread?
Jun 27, 2022
c++
exception-handling
c++11
language-lawyer
c++03
Is it guaranteed that the type T[x][y] has the same memory layout as T[x*y] in C?
Sep 20, 2022
c
multidimensional-array
language-lawyer
memory-alignment
Does std::vector::reserve guarantee that the implementation will not invalidate iterators in this case?
Sep 20, 2022
c++
c++11
language-lawyer
stdvector
Does the aliasing loophole apply to signed characters?
Nov 20, 2020
c++
char
language-lawyer
signed
strict-aliasing
C++ string functions - Why do they often have unspecified complexity?
Dec 11, 2020
c++
string
time-complexity
language-lawyer
Constructor called on return statement
Sep 20, 2022
c++
language-lawyer
c++17
After placement-new into buffer, do buffer and instance have same void* address?
Sep 20, 2022
c++
c++11
language-lawyer
placement-new
Is this type punning well defined?
Sep 14, 2022
c
language-lawyer
Why is the pointer typedef not used in std::vector::data()?
Nov 06, 2022
c++
c++11
language-lawyer
Are conditional expressions in C++ always of bool type?
Aug 22, 2022
c++
c
c++11
language-lawyer
c++03
Inherited constructors ignore in-class initialization
Sep 20, 2022
c++
c++11
gcc
clang
language-lawyer
What is the usage of lambda trailing return type auto?
Oct 24, 2022
c++
lambda
c++14
language-lawyer
trailing-return-type
What is the rationale in allowing `?` to be escaped?
Sep 20, 2022
c++
language-design
language-lawyer
Why does the C++ standard require the `Clock::now` function to be `static`?
Dec 02, 2021
c++
language-lawyer
chrono
Declaring main as friend considered harmful?
Sep 20, 2022
c++
c++11
main
language-lawyer
friend
Does a program with std::map<T*, U> have well-defined behaviour? [duplicate]
Jul 03, 2022
c++
sorting
pointers
language-lawyer
strict-weak-ordering
std::tuple memory alignment
Jul 03, 2022
c++
c++11
tuples
language-lawyer
memory-alignment
In S s = S() is it guaranteed that no temporary will be created?
Mar 20, 2022
c++
constructor
language-lawyer
temporary
Where is the definition of `top-level cv-qualifiers` in the C++11 Standard?
Oct 28, 2022
c++
c++11
language-lawyer
Does extern C with C++ avoid undefined behavior that is legal in C but not C++?
Sep 20, 2022
c++
c
language-lawyer
« Newer Entries
Older Entries »