'C++'에 해당되는 글 12건
- 2011.01.24 Compiling C++ Project using only the Windows SDK and the Command Prompt
- 2008.11.12 C/C++
2011. 1. 24. 09:21
2008. 11. 12. 18:21
C/C++
2008. 11. 12. 18:21 in link/language
.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 )
.c++0x : msdn site에서 visual studio 2010 관련해서 배포한 c++0x 자료이다.