Interview With Bjarne Stroustrup
koval writes "artima.com has published an initial portion of interview with Bjarne Stroustrup.
The scope of first part is mostly about improving the style of C++ programming and getting maximum from a language."
C++ does seem to be horribly convuluted. Maybe I just have a horrible professor teaching it, but the things that are being demonstrated could've been done just as easily (if not better) using standard C. Object-oriented programming seems to be vastly overrated. Give me C or Perl anyday.