2008. 11. 12. 18:21

C/C++

.Bjarne Stroustrup's Home page http://www.research.att.com/~bs/homepage.html





.Empty Base Optimization - mulitple empty base class를 상속 받는 경우에는 EBO가 적용이 안되는 경우가 있다.(지원되는 compiler가 적다) 이 부분을 해결하기 위해서 boost::operators 는 mulitple inheritance를 -> single inheritance를 변경을 할 수 있는 기능을 제공( additional template parameter )


.Convert string <-> wstring  : one , two 


.c++0x : msdn site에서 visual studio 2010 관련해서 배포한 c++0x 자료이다.