Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

What is the reason for a joinable std::thread not join automatically?

Is the following C union access pattern undefined behavior?

Accessing private data with reinterpret_cast

c++ language-lawyer

Can guaranteed UB be rejected at compile-time?

Evaluating strlen at compilation time?

Why are multiple increments/decrements valid in C++ but not in C?

C++11 interface pure virtual destructor

overloading postfix and prefix operators

Is `int` always signed?

c int language-lawyer signed

In C, is it guaranteed that the array start address is smaller than the other elements' addresses?

c arrays language-lawyer

What is the limit to the number of pointers to pointers we can have in C? [duplicate]

Why can't I use =default for default ctors with a member initializer list

What is the expected output when redefining true to false and vice versa?

c++ language-lawyer

#define struct union and #define else still compiles any C program?

C++ declare 'main' as a reference to function?

!0 guaranteed to be 1 in C89?

c language-lawyer c89

Why can't I decrement std::array::end()?

When are bitwise operations undefined in C? [duplicate]