41,084 reputation
54484
bio website
location London, United Kingdom
age 30
visits member for 2 years, 4 months
seen 18 mins ago
stats profile views 1,292

2d
revised How can a structure that is declared as static const end up in RAM? (in C)
added 10 characters in body
May
20
answered How can a structure that is declared as static const end up in RAM? (in C)
May
18
awarded  stl
May
16
revised Argument deduction with template member function and non-template overload
added 492 characters in body
May
16
answered Argument deduction with template member function and non-template overload
May
16
comment Get the both the real and shown width of an image using JavaScript
possible duplicate of Get image size after resize JavaScript
May
16
comment C++ classes using eachother
possible duplicate of Mutually recursive classes
May
16
comment C Operator Precedence, post-increment programming issue
possible duplicate of Operator Precedence vs Order of Evaluation
May
16
reviewed Close Invoke IE's “Send to OneNote” from VBScript
May
16
reviewed Close Android tablet with wrong Screen specs?
May
16
reviewed Close Displaying hidden DIVs vs fetching content via AJAX
May
16
reviewed Close How to move homebrew to my usr/local directory?
May
16
reviewed Close dividing a folder into subfolders based on other folders, but not coping/moving
May
16
reviewed Leave Open Hooking Win32 exception dispatching
May
16
reviewed Leave Open Using `git checkout -b` with and without a branch starting point
May
16
comment overloaded operator<< and operator+ causing error
What error do you get with endl?
May
16
answered C++1y template variables for conditional variable type and initialization
May
14
awarded  Guru
May
14
awarded  Enlightened
May
14
comment Rvalue references under the hood
In Thomas Becker's example, both foo functions are defined as overloads; the rvalue reference overload is selected. If only the lvalue reference overload were available it wouldn't compile.