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 | 31 |
Tags
- test
- 스트리밍
- coroutines
- 안드로이드
- web3js
- quick-start
- kotlin
- LAYER_TYPE_SOFTWARE
- porterduff
- C
- log
- 다윈
- dataginding
- Exception
- bigquery
- fabic
- vuepress
- Glide
- error
- Hyperledger
- firebase
- 컴파일
- Gradle
- Realm
- null safety
- fabric-sdk-java
- Android
- convert
- hardwareacceleration
- ethereum
Archives
- Today
- Total
목록연산자 (1)
날마다 새롭게 또 날마다 새롭게
연산 우선 순위와 비트 연산자 종류
1. 연산 우선 순위의 연산 순서 연산자 연산순서 ( ) [ ] -> . 좌에서 우 ! ~ ++ -- + - * & (type) sizeof 우에서 좌 * / % 좌에서 우 + - 좌에서 우 > 좌에서 우 = 좌에서 우 == != 좌에서 우 & 좌에서 우 ^ 좌에서 우 | 좌에서 우 && 좌에서 우 || 좌에서 우 ?: 우에서 좌 = += -= *= /= %= &= ^= ||= = 우에서 좌 , 좌에서 우 2. 비트 연산자 종류& 비트 방식 AND | 비트 방식 inclusive OR ^ 비트 방식 exclusive OR right shift ~ 1의 보수 ※ 진수 별 정수값 표기방법8진수 : 0을 앞에 쓴다. ex) 03716진수 : 0x를 앞에 쓴다. ex) 0x1f
프로그래밍/C / C++
2013. 2. 4. 15:30