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

ㅁ. modern C++ (C++11 이후) 적극 활용하기auto, range-based for, smart pointers (unique_ptr, shared_ptr) 등 사용std::vector, std::map, std::optional 등 STL 적극 활용람다 표현식, constexpr, std::move 등도 성능과 코드 간결성에 도움ㅁ. RAII 패턴 따르기 (Resource Acquisition Is Initialization)자원(메모리, 파일, 락 등)은 객체에 맡기고 스코프를 벗어나면 자동으로 해제되게 설계예: std::lock_guard, std::unique_ptrㅁ. 메모리 관리 자동화하기new, delete 지양 → 스마트 포인터로 대체메모리 누수, 이중 해제 방지ㅁ. 코드 스타..

# LiveChart 공식 사이트 > https://lvcharts.net/App/examples/Wpf/start Live Charts lvcharts.net # LiveChart 테스트 소스 관련 Github > https://github.com/Live-Charts/Live-Charts # LiveChart 테스트 소스 관련 Github 2 > https://github.com/beto-rodriguez/LiveCharts2 GitHub - beto-rodriguez/LiveCharts2: Simple, flexible, interactive & powerful charts, maps and gauges for .Net, LiveCharts2 can Simple, flexible, interacti..

Visual Studio S/W 에서 확장팩을 설치 해야 한다. 1. GitHub Extension for Visual Studio 설치 2. VSIX 자동 설치 # Modify 선택 3. GitHub 가입 - ID, PW 생성 # Repository 를 확보하기 위한 작업 4. 기존 솔루션 GitHub 에 연결 # Visual Studio 오른쪽 하단에 "소스 제어에 추가" -> Git(G) 5. 팀 탐색기 - GitHub에 게시 6. 솔루션 명과 설명을 작성 # 소스를 공개할지? 비공개로 할지? check -> 게시 7. 동기화 진행 # Local 에 있는 데이터를 GitHub 로 전송/수신 하면서 데이터 동기화 진행한다.