How Many Strings Does C++ Have? -- Giovanni Dicanio
Have you ever wondered how many options for strings are available in C++? This blog post enumerates some of those:
How Many Strings Does C++ Have?
by Giovanni Dicanio
From the article:
Now, let’s enter – drumroll, please – The Realm of C++! And the fun begins


The Model-View-Controller (MVC) is one of the classic architectural patterns from the book "Pattern-Oriented Software Architecture, Volume 1". It addresses interactive applications with a flexible human-machine interface.
Optimizing compilers seek try to push as much of the computation as possible at compile time.