Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Why can't I retrieve my flexible array member size?

What is exactly an "invalid conversion specification"?

Does isspace() accept getchar() values?

c language-lawyer c11

Does sizeof(function) makes sense?

Is a declaration of a variable inside a block also a definition?

Is this reinterpret_cast problematic in principle, and/or in practice?

c++ c++17 language-lawyer

C++20 concepts require operator overloading combine with user-define template operator overloading function

Is &array[i] always equivalent to (array + i)? [duplicate]

Does a pthread_cond_signal or pthread_cond_broadcast call imply a write memory barrier?

When are R-value references necessary?

template-parameter vs type-parameter vs non-type parameter

Can C++ classes with deleted methods be trivially copyable?

c++ c++11 language-lawyer

will right hand side of an expression always evaluated first

When is initializer_list allowed to be deduced?

c++ language-lawyer c++17

Can sizeof(size_t) be less than sizeof(int)?

Why is no deduction for template parameters only used as return type?

What would be an example where std::bit_cast produces a value representation of multiple values?

c++ language-lawyer c++20

Are static constinit member variables identical to non-type template parameters?

c++ language-lawyer c++20

Is it fine to use variables after they being used as arguments of emplace_back?

c++ c++11 language-lawyer

Confusion about realloc function

c language-lawyer realloc