Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in standards

Why are std::vector::data and std::string::data different?

c++ standards c++11

C tail call optimization

Why 1103515245 is used in rand?

c random standards

Are constant C expressions evaluated at compile time or at runtime?

Understanding the C11 type hierarchy

Bit manipulations good practices

c standards bit

Latest changes in C11

c standards c11

Does printf("%x",1) invoke undefined behavior?

What's the best "file format" for saving complete web pages (images, etc.) in a single archive? [closed]

html standards webpage archive

What size should I allow for strerror_r?

c linux standards posix glibc

What are RFC's?

standards rfc

Is right shift undefined behavior if the count is larger than the width of the type?

C++ function returning function

Why the sizeof(bool) is not defined to be one, by the Standard itself?

c++ boolean standards sizeof

C++11 and the lack of polymorphic lambdas - why?

Pascal casing or Camel Casing for C# code?

Android layout examples that match "Metrics and Grids" recommendations

What's the best way to format a phone number in Python?

Best practices for ID naming conventions in Android? [closed]

Are compilers allowed to eliminate infinite loops?