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
(Where) does the C standard define the result of adding/subtracting two booleans?
Nov 09, 2025
c
language-lawyer
addition
c11
integer-promotion
C++23: Is it valid to modify the elements of a `zip_view`?
Nov 09, 2025
c++
language-lawyer
std-ranges
c++23
Is passing pointer to an array as pointer to pointer UB in C?
Nov 09, 2025
c
pointers
language-lawyer
undefined-behavior
implicit-conversion
Deducing type of initializer list by first element
Nov 09, 2025
c++
language-lawyer
list-initialization
Pointer casting offset of a class with single inheritance
Nov 08, 2025
c++
pointers
casting
polymorphism
language-lawyer
std::vector of struct: what will be the initial values of the members of the struct after a vector resize?
Nov 06, 2025
c++
struct
language-lawyer
standards
default-constructor
Non-constant condition error only shown on some compilers with lambda
Nov 05, 2025
c++
gcc
lambda
compiler-errors
language-lawyer
Is a constructor, that is not a special member function, still a member function?
Nov 04, 2025
c++
function
constructor
language-lawyer
member-functions
Why does a virtual default destructor make a class non-trivially-destructible?
Nov 03, 2025
c++
language-lawyer
destructor
Can we name an ill-formed specialization as long as we don't instantiate it?
Nov 02, 2025
c++
templates
language-lawyer
does calling a function means leaving the scope of an object declared prior to that call in C?
Nov 02, 2025
c
scope
language-lawyer
lifetime
variable-length-array
What assumptions can C++ compilers make about pointers that compare equal?
Nov 03, 2025
c++
language-lawyer
Is it legal to empty-initialize `va_list` with `{}` in C23 before calling `va_start()`?
Nov 02, 2025
c
initialization
language-lawyer
variadic-functions
c23
Inferring non-aliasing solely from restrict pointer parameter declarations
Nov 02, 2025
c
language-lawyer
restrict-qualifier
Is it portable to have a stray semicolon in a class' declaration
Nov 02, 2025
c++
class
syntax
language-lawyer
grammar
Can the name of a template parameter shadow the name of a member of that class?
Nov 02, 2025
c++
language-lawyer
Can the compiler optimize out the empty base if the class contains a member of base class type as first element, followed by other members?
Nov 02, 2025
c++
language-lawyer
Is _start() a function?
Nov 02, 2025
c
language-lawyer
Older Entries »