Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- YOLOv5
- pypdf2
- processstart
- Google API
- Text-to-Speech
- yolo
- objectdetection
- pythonnet
- DeepLearning
- 사무자동화
- Text To Speech
- pyautogui
- 파이썬 #업무자동화 #python
- pdf merge
- YOLOv7
- 사무자동화 #Selenium
- google cloud
- ironpython
- computervision
- 업무자동화
Archives
- Today
- Total
Doarchive
[Objective C] .m과 .mm 파일의 차이점 본문
*.m -> Objective-C 언어만을 사용할 때 기본적으로 사용되는 확장자
*.mm -> Objective-C 코드에 c++ 코드를 사용하고자 할 때 사용되는 확장자
library 가 c++ 이면 라이브러리를 호출하는 파일의 확장자는 *.mm 이어야 함.
728x90
'Mobile > iOS' 카테고리의 다른 글
Bridging header , Use Obj c and Swift in same project (0) | 2020.02.28 |
---|---|
import / include 차이 (0) | 2020.02.28 |
NSLocalizedString - 다개 국어 지원 (0) | 2020.02.27 |
[Swift] NSUserDefaults (0) | 2020.02.27 |
cxa_guard_acquire/cxa_guard_release/cxa_guard_abort/gxx_personality_v0 error (0) | 2020.02.18 |