Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Lifetime of object which has vacuous initialization

Effective types of allocated objects and structs

Can friend comparison operator be defined for a local class?

Regarding type safety when storing an unsigned char value in char variable

qsort with size 0 undefined? [closed]

Array of unknown size in C

arrays c language-lawyer

Can the default `window.top` ever be invalid as a reference?

Mozilla C/C++ coding style

accessing struct members in array like manner: padding in structs different than in arrays?

Scope of parameters in a complex function definition

optimization based on alignment requirements

Virtual function with default argument, weird output

Does "external declaration or definition" not mean what I think?

Where does the standard specify that functions defined inside a class are inline?

Signed integer overflow undefined behavior