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
Allowed characters as macro parameters in C
Mar 03, 2026
c
macros
language-lawyer
Is it defined behavior to explicitly call a destructor and then use placement new to reconstruct it?
Mar 03, 2026
c++
language-lawyer
lifetime
Why is using an identifier not in scope UB and not an error
Mar 03, 2026
c
language-lawyer
undefined-behavior
c89
new A[0]: Initialization of zero-size array with dynamic storage duration for a class with inaccessible constructor
Mar 02, 2026
c++
constructor
language-lawyer
new-operator
Are there any difference in empty parentheses (“T()”) and empty braces (“T{}”) when used as initializers?
Mar 01, 2026
c++
initialization
language-lawyer
list-initialization
value-initialization
Conversion operator with const-result - GCC/Clang discrepancy
Mar 01, 2026
c++
language-lawyer
Constexpr call from within another constexpr
Mar 01, 2026
c++
language-lawyer
constexpr
Can the C++ compiler coalesce adjacent mutex locks?
Mar 02, 2026
c++
c++11
language-lawyer
mutex
memory-model
Is unsigned int a `simple-type-specifier`
Mar 01, 2026
c++
types
language-lawyer
Is it okay to mix in storage and type qualifiers anywhere inside multi-word C-type?
Feb 28, 2026
c
syntax
language-lawyer
Is the semicolon really a sequence point in C?
Feb 28, 2026
c
language-lawyer
break
continue
sequence-points
Why is std::priority_queue::emplace logarithmic?
Feb 28, 2026
c++
language-lawyer
heap
priority-queue
Why does std::is_invocable_r reject functions returning non-moveable types?
Feb 26, 2026
c++
language-lawyer
c++20
sfinae
type-traits
Clarification of the effective type restriction in C
Feb 28, 2026
c
language-lawyer
strict-aliasing
Why does a better standard conversion sequence followed by a user-defined conversion not make an overload better?
Feb 26, 2026
c++
language-lawyer
overload-resolution
What operations trigger end of lifetime of objects at a given location?
Feb 27, 2026
c++
language-lawyer
lifetime
c++23
c++ only: unary minus for 0x80000000
Feb 27, 2026
c++
standards
language-lawyer
unary-operator
Why std::move sometimes works without a namespace prefix "std::" [duplicate]
Feb 27, 2026
c++
language-lawyer
argument-dependent-lookup
Why it is valid to intertwine switch/for/if statements in C/C++? [duplicate]
Feb 27, 2026
c++
c
language-lawyer
« Newer Entries
Older Entries »