Wednesday, August 03, 2005

Stroustrup: C++ Style and Technique FAQ

Bjarne's own collection of freqeuently asked questions which includes questions that deal with why certain features are not available in C++, and how certain features work.
  • Can I write void main()?
  • Why doesn't C++ have a final keyword?
  • How do I deal with memory leaks?

No comments: