Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Why does using parentheses with a default constructor result in creation of the variable? [duplicate]

Inconsistent storage class specifiers on functions

c language-lawyer

Can I depend upon a new bool being initialized to false?

Function overloading by swapping order of parameters

Does deleting a copy constructor or copy assignment operator count as "user declared"?

Why is “cast from ‘X*’ to ‘Y’ loses precision” a hard error and what is suitable fix for legacy code

c++ c language-lawyer

What is the difference between "const int& jj" and "int& const jj"?

C null pointer arithmetic

Is "void" a scalar type?

c language-lawyer

Can I add a deduction guide to `std` namespace?

I can not understand some sentences in C99

c c99 language-lawyer

Implicit conversion between std::filesystem::path and std::string, should it happen?

Is difference between two pointers legal c++17 constant expression?

Familiar template syntax for generic lambdas

Static keyword in an array function parameter declaration

Is pointer difference between two arrays defined on specific implementations?

Are C++ programs using exceptions required to have try/catch block in their main function?

#ifdef with multiple tokens, is this legal?

Why do for(;;) loops behave like infinite loops?

c for-loop language-lawyer

Construction of lambda object in case of specified captures in C++