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
Is it OK to use longjmp to break out of qsort?
Sep 04, 2025
c
language-lawyer
qsort
setjmp
Why is void() legal whereas void{} is not? [duplicate]
Sep 04, 2025
c++
language-lawyer
c++20
Function pointer compatibility between single pointer and empty parameter lists
Sep 05, 2025
c
language-lawyer
c99
c23
Copy-initialization of array type
Sep 05, 2025
c++
language-lawyer
c++20
Construct an empty object without the default constructor
Sep 04, 2025
c++
language-lawyer
c++17
empty-class
Conversion rank of bit-precise integers
Sep 05, 2025
c
language-lawyer
bitint
Can I access 'this' from a constructor's function-try handler?
Sep 05, 2025
c++
language-lawyer
Dynamic arrays in C++ without Undefined Behavior
Sep 04, 2025
c++
arrays
language-lawyer
undefined-behavior
Accessing an array out of bounds, but returning earlier - UB?
Sep 04, 2025
c++
language-lawyer
realloc(ptr, 0) in C23 - now what?
Sep 04, 2025
c
language-lawyer
realloc
c23
Why do compilers allow a data member have the same name as the class?
Sep 04, 2025
c++
class
c++17
language-lawyer
declaration
What is the significance of 'strongly happens before' compared to '(simply) happens before'?
Sep 05, 2025
c++
multithreading
concurrency
language-lawyer
c++20
Is the `this` argument evaluated before or after other member function arguments?
Sep 04, 2025
c++
struct
language-lawyer
sequence-points
Type of an expression
Sep 05, 2025
c++
c
language-lawyer
Does idiomatic initialization of a dynamic array invoke Undefined Behavior?
Sep 04, 2025
arrays
c
language-lawyer
dynamic-memory-allocation
undefined-behavior
Does the definition int a = 0, b = a++, c = a++; have defined behavior in C?
Sep 05, 2025
c
language-lawyer
undefined-behavior
sequence-points
c17
using throw in a constexpr or a consteval function in order to generate compile-time error
Sep 02, 2025
c++
language-lawyer
throw
consteval
constexpr-function
Can you call virtual methods on a base class in a union when a derived class is active?
Sep 04, 2025
c++
language-lawyer
unions
c++23
stdlaunder
Why must C++ function parameter packs be placeholders or pack expansions?
Sep 02, 2025
c++
language-lawyer
variadic-templates
c++20
Older Entries »