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 is there no `noexcept` specifier on std::unordered_map::count?
Jun 22, 2022
c++
c++11
language-lawyer
unordered-map
noexcept
typename, type members and non-type members: is it valid code?
Nov 06, 2022
c++
gcc
clang
language-lawyer
typename
Does redefining a function from the standard library violate the one-definition rule?
Sep 11, 2022
c++
language-lawyer
c++-standard-library
one-definition-rule
c-standard-library
What's the reason behind not being able to use readonly fields in switch blocks?
Jan 15, 2019
c#
switch-statement
runtime
constants
language-lawyer
Why the carriage return character is not considered as a white space character by the preprocessor
Sep 13, 2022
c
whitespace
language-lawyer
preprocessor
Downcast: why: ‘A’ is an inaccessible base of ‘B’?
May 31, 2022
c++
inheritance
language-lawyer
Concurrent reads on non-atomic variable
Jul 13, 2022
c++
c++11
concurrency
language-lawyer
atomic
Origin story of [temp.spec]/6?
Feb 07, 2022
c++
language-lawyer
template-specialization
access-control
template-instantiation
Usage of ptrdiff_t
Sep 05, 2022
c
language-lawyer
ptrdiff-t
C++ using default-initialized iterators to create an empty std::string
Aug 22, 2022
c++
iterator
language-lawyer
Is a pointer to string literal guaranteed to be initialized before a std::string?
Oct 21, 2022
c++
language-lawyer
static-initialization
Defining sub-structure of sub-class inside parent class
Jul 03, 2022
c++
language-lawyer
declaration
inner-classes
definition
Is it undefined behavior to run a member function in a separate thread, in parallel to the type's constructor?
Jun 09, 2022
c++
constructor
language-lawyer
race-condition
object-lifetime
Where are the statement of or the foundations for the "as if" rule in the C++ Standard?
Jun 11, 2022
c++
language-lawyer
as-if
What kind of value does a pointer hold after using it to explicitly call the pointed object's destructor?
Jul 11, 2022
c++
pointers
language-lawyer
lifetime
Is manually simulating the effects of the delete operator in C++ formally illegal?
Feb 23, 2018
c++
language-lawyer
Usage of Union in OOP
Jun 13, 2022
c++
language-lawyer
unions
Are all end() iterators equivalent for a collection type?
Jun 09, 2019
c++
stl
iterator
containers
language-lawyer
What does the standard allow #pragma to do?
Oct 22, 2022
c++
language-lawyer
If the first operand of an additive expression is convertible to both pointer and integer, which conversion is chosen?
Jul 14, 2016
c++
type-conversion
overloading
language-lawyer
implicit-conversion
« Newer Entries
Older Entries »