In today's post we will try to understand why the output of this int main(void) { int answer = ((Complex *)0)->answer(); cout << "The secret is: " << answer << endl; } program is The answer is: 42 First of all we need to note first that,…
Maybe people will think of me as Captain Obvious if I say that the web is not a safe environment. At the same time, and paradoxically, most of us do not take many practical actions to fight against the ever increasing attack on personal private privacy. Today I'll share with…
Much as been said about the new kid in town. Yes, you got it, the fifth generation technology standard for broadband cellular networks or 5G in short. It has been marketed as a revolutionary technology. From what we see in the news it is like god himself descended to earth.…
The Monty Hall problem is one of the most notorious math exercises when we want to explore a bit more the practical impact of the ideas behind Bayes' Theorem The problem consists in a simple game involving three different players. The Monty Hall will choose a door between [1,2,…
Domain driven development as defined in wikipedia follow as Domain Driven Design (DDD) is a software design philosophy[1] that focuses on understanding domain experts and building the software as a model of its domain. You know that things are about to became nasty when something is defined as a…