최근 포스트

C++ constexpr

1 분 소요

constexpr 어떠한 값이 단지 상수일 뿐만 아니라 컴파일 시점에서 알려진다. 배열 크기, 정수 템플릿 인수, 열거자 값, alignment 지정자를 지정하는 등의 여러 문맥에 쓸 수 있다. 모든 constexpr 객체는 const 이지만 모든 const 객체가 c...

C++ decltype 작동 방식

최대 1 분 소요

decltype 작동 방식 decltype 은 주어진 이름이나 표현식의 구체적인 타입을 알려준다.

baidu push c# 구현

1 분 소요

reference http://push.baidu.com/doc/restapi/restapi http://push.baidu.com/doc/restapi/sdk_developer