[Solved] What is this code doing& [closed]
Maybe this is just overwhelming you. Just start with the first line of main: What does foo bar(0xe8e711395e65686d); do? It creates a variable named bar, which has type foo, and a constructor is called with a parameter 0xe8e711395e65686d. So what does this do? Reading the comment of Mooing Duck: What is it intended to do, … Read more