| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- 회로
- c#
- MVVM
- 라즈베리파이
- vscode
- Debugging
- C++
- avr-gcc
- AArch64
- atmel
- AVR
- raspberrypi
- WPF
- esp32
- QEMU
- Raspberry
- Debug
- Arduino
- Visual Studio Code
- Visual Studio
- buildroot
- yocto
- GPIO
- bare metal
- 디버깅
- STM32
- 아두이노
- Linux
- nucleo
- UART
- Today
- Total
목록cpp (4)
임베디드를 좋아하는 조금 특이한 개발자?
- 개발 환경Visual Studio 2026 (18.3.1) - 참고자료Media Foundation 프로그래밍 가이드https://learn.microsoft.com/ko-kr/windows/win32/medfound/media-foundation-programming-guide Media Foundation 헤더 및 라이브러리https://learn.microsoft.com/ko-kr/windows/win32/medfound/media-foundation-headers-and-libraries 마이크로소프트 Media Foundation 공식 예제 코드https://learn.microsoft.com/ko-kr/windows/win32/medfound/audio-video-capture-in-med..
- 참고 문서https://en.cppreference.com/w/cpp/utility/functional/bind.html /* unspecified */ bind( F&& f, Args&&... args ); (1) (since C++11) (constexpr since C++20) template /* unspecified */ bind( F&& f, Args&&... args ); (2) (since C++11) (constexpr since C+" data-og-host="en.cppreference.com" data-og-source-url="https://en.cppreference.com/w/cpp/utility/functional/bind.html" data-og-url="https://..
- 참고 문서https://en.cppreference.com/w/cpp/language/user_literal.html User-defined literals (since C++11) - cppreference.comAllows integer, floating-point, character, and string literals to produce objects of user-defined type by defining a user-defined suffix. [edit] Syntax A user-defined literal is an expression of any of the following forms decimal-literal ud-suffix (1) octaen.cppreference.com ..
- 참고 문서https://en.cppreference.com/w/cpp/chrono/system_clock.html std::chrono::system_clock - cppreference.comclass system_clock; (since C++11) Class std::chrono::system_clock represents the system-wide real time wall clock. It may not be monotonic: on most systems, the system time can be adjusted at any moment. It is the only C++ clock that has the ability to mapen.cppreference.com - 주의 -해당 포스트..