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
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
Are extern extern "C", and extern "C" extern, allowed?
Nov 02, 2025
c++
language-lawyer
extern
extern-c
Why does fgets() accept (signed) int for its 'count' argument?
Nov 01, 2025
arrays
c
language-lawyer
fgets
why ... (three points) in catch block is exist?
Oct 31, 2025
c++
c++11
language-lawyer
catch-block
Does C++ constrain the period of std::rand?
Nov 01, 2025
c++
random
language-lawyer
Does the JS engine create a new microtask that will execute every handler chained together in a Promise object when resolve is invoked?
Oct 31, 2025
javascript
promise
language-lawyer
asynchronous-javascript
Has GCC13 changed handling of noexcept function pointers?
Nov 01, 2025
c++
gcc
language-lawyer
noexcept
Older Entries »