이것저것
C++11, 새로 접한 것
알 수 없는 사용자
2013. 12. 13. 10:59
const_cast
uniform initialization
alternative function syntax
nullptr
recursive template
shared_ptr, unique_ptr
C++11 multi-threading
cppunit: unit test for C++
static_assert (C++11)
static assert이 좋은거 같기도 하지만 또 한편 컴파일 시간이 길어질거 같기도 하고 ㄱ- 컴파일러가 이거저거 검증해주니까...