Tags
- Java
- Intellij
- postman collection variables
- postman
- postman pre-request
- web developer
- postman collection
- LSL_Script
- 우수한 프런트 개발자
- postman session
- emplace_back
- MFC
- postman excel
- 다빈치 리졸브
- postman csv
- 좋은 개발자
- Unity
- c#
- postman automations
- Android
- 프런트엔드
- postman tests
- Front-end developer
- postman html parse
- Interaction developer
- C++
- oracle
- Android/iOS Developer
- solidity
- UI/UX Engineer
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Archives
- Today
- Total
david's daily developer note
[C,C++] __func__ 본문
728x90
__func__
컴파일러에 의해 미리 정의해둔 변수이며, 함수의 이름을 문자열 리터럴로 표현하고 식별가능하다.
C 표준 1999개정판에서 도입되었으며, Visual Studio 2015 이상 지원한다.
C++ Logger 개발에 유용할 듯하다.
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2340.htm
728x90
'[Develop] Native > C++ , C' 카테고리의 다른 글
[C,C++] East Const (0) | 2018.12.20 |
---|---|
[C,C++] Magic Static (Dynamic Initialization and Destruction with Concurrency) (0) | 2018.12.19 |
[C,C++] copy constructor (0) | 2018.06.26 |
[C,C++] memory fragmentation - struct packing (2) | 2018.05.29 |
[C,C++] memory fragmentation (0) | 2018.05.29 |