Useful C++ Interview & Reference Links

techinterview.org
Solutions to many common interview logic puzzles.
Joel on Software techInterview Discussion

Good stuff here, part of the Joel on Software Discussions, most of which are worthy of an rss subscription. This is a forum with people posting questions they have seen in interviews and others helping with solutions.

CareerCup

Seems to have a nice collection of interview questions cataloged by company.

C++ Faq Lite

Good overview of lots of C++ stuff. Very thorough. In fact, I've provided links to some of the faq items from these pages.

Why I Dislike C++ For Large Projects by Mark Roulo

Interesting article that focuses on the author's standard C++ interview whiteboard question and kind of walks through typical responses and typical issues with interviewee's attempts at answering it. Raises some good points.