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 |
Tags
- Rxjava2
- C
- Android P
- Django REST Android
- Android
- FLUTTER
- dart
- Python
- RxJava
- 프로그래머스
- UWP
- android architecture component
- mfc
- C/C++
- livedata
- flutter firestore
- Flutter TextField
- C++
- 안드로이드
- kodility
- Kotlin
- Django REST
- Django REST framework
- Java
- RxAndroid
- android push
- NDK
- 코틀린
- 안드로이드 구글맵
- 알고리즘
Archives
- Today
- Total
목록uwp 파일선택 (1)
개발하는 두더지
[C/C++/UWP] 사진라이브러리에서 jpg 파일 선택하기 ( C++/CX - Lambda )
# C++/CX Lambda - 비동기 API 호출에 사용 - Lambda식 사용 : create_task(), then() - 이벤트 핸들러(Win32에서 콜백함수)의 상당수를 Lambda식으로 전달 - I/O 관련 API는 모조리 Async - Async API는 ppl task의 create_task()와 같이 사용 - create_task().then().then().then().... 가능 - create_task()는 Windows ThreadPool 사용하므로 task 생성 비용이 높지 않음 # 예제 1234using namespace App3;using namespace Platform;using namespace Windows::Storage;using namespace concurren..
C,C++
2016. 7. 22. 03:42