What is the best C++ interview question?
- by David Thielen
If you could ask a C++ programmer one question to measure their C++ skills, what would it be?
The question I think is best is: Can you call "delete this;" inside a member function? (I put this as a link so you can think it through first, then go to The Best C++ Interview Question – Ever! to see the correct answer.)
I don't ask this because I…