Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- IONIC3
- ion-range
- rxjs
- Visual Studio Code
- Sentry
- zsh
- JavaScript
- ChangeDetectorRef
- getElementsByClassName
- Git
- php
- NVM
- 이미지바꾸기
- fromEvent
- typescript
- angular
- hashchange
- Ionic
- angular5
- sealize
- border-width
- change detection
- oh-my-zsh
- aab 배포
- 테두리굵기
- code .
- 변화감지
- error
- 자바스크립개념
- VSCode
Archives
- Today
- Total
hsunny study blog
1.4 Function Macros 본문
There is a tendency among older C programmers to write macros instead of functions
for very short computations that will be executed frequently;
Avoid function macros.
In C++, inline functions render function macros unnecessary;
in Java, there are no macros.
Parenthesize the macro body and arguments.
WORD
Parenthesize 괄호 안에 넣다
sanction 인가하다, 승인하다
irrelevant 무관한
outweigh ~보다 더 크다
subtle 미묘한
discard 버리다
설명잘 된 블로그
'book > The Practice of Programming' 카테고리의 다른 글
1.6 Comment (0) | 2015.12.28 |
---|---|
1.5 Magic Number (0) | 2015.12.24 |
1.3 Consistency and Idioms (0) | 2015.12.22 |
1.2 Expressions and Statements (0) | 2015.12.21 |
1.1 Names (0) | 2015.12.21 |