Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in standards

Why are there holes in the Unicode table?

C++11/14/17, GCC 7 vs GCC 8: Name lookup for friend class templates

c++ gcc standards c++17

reinterpret_cast to the same type

Once a part of the standard - will boost library lose its boost namespace and will be moved to std?

c++ boost c++11 standards

Are pointers allowed as keys in ordered STL containers?

database columns and foreign key normalization

How can I prevent a nameless struct\union?

c++ struct standards unions

Inner working of the C standard library

c standards

Benefits of stripping trailing white spaces?

C standard on negative zero (1's complement and signed magnitude)

Help me explain the benefits of XML and other markup languages

Reason for not allowing forward declarations of nested class?

c++ standards

UNION ALL two SELECTs with different column types - expected behaviour?

Why can you assign nullptr to std::string?

c++ string c++11 standards

What are the actual formats supported by CngKeyBlobFormat?

c# cryptography standards cng

how can I write an ANSI C console screen buffer?

Does the C++ standard guarantee that string literals are stored in the program binary unadulterated?

c++ standards

Go - how to explicitly state that a structure is implementing an interface?

Have you ever written a header without guards?

Python standard library function for rearranging a list

python list function standards