일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- c++
- Encapusulation
- Overloading
- mfc
- Barcode
- flutter
- atmega328
- compare
- java
- wpf
- memory
- APP
- file access
- stream
- aduino
- Contour
- UNO
- Pointer
- SERIAL
- inheritance
- sensor
- parameter
- Android
- Class
- length
- preprocessing
- Unity
- Read
- public
- digitalRead
Archives
- Today
- Total
목록CStringElementTraits (1)
폴크(FOLC)

# MFC를 이용하는 과정에서 HDD 에 존재하는 파일 ( binary format ) 제어 > Save, Load 형태 - Map 형태 이용 > exe 파일 위치에 test.dat 파일 생성 # 소스 코드 m_pdbBinary = new CDataBaseBinary; bool CBINFormHelper::FileLoad() { CFile file; CFileException fe; if (file.Open(m_strFilePath, CFile::modeRead, &fe) == FALSE) { return false; } CArchiveUserDefine ar(&file, CArchive::load); BOOL bReturn = FALSE; if (m_pdbBinary) { delete m_pdbBina..
C, C++, MFC/C, C++, MFC 테크닉
2021. 12. 11. 23:34