Possible Duplicate:
The Definitive C++ Book Guide and List
Can somebody recommend me advance c++ book explaining RAII, autoptrs?
Thank you
Possible Duplicate:
The Definitive C++ Book Guide and List
Can somebody recommend me advance c++ book explaining RAII, autoptrs?
Thank you
I'm not sure it qualifies as advanced, but Exceptional C++ by Herb Sutter would be an obvious choice (it also covers quite a bit more than just RAII).
Also by Herb Sutter and Andrei Alexandrescu, C++ Coding Standards has a good explanation of RAII in item 13.