GetMyIPs C++ CodeThis code retrieves the IP addresses of the system's network interfaces on both Windows and Linux platforms using C++14.#include #include #include // Platform-specific includes#ifdef _WIN32#include #include #pragma comment(lib, "ws2_32.lib")#else#include #include #include #include #include #endifstd::vector GetMyIPs() { std::vector ipAddresses;#ifdef _WIN32 // Initialize W..
개발/C,C++
2024. 12. 2. 15:00
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Thread
- C++
- 디자인패턴
- C
- 양파다이브
- 블루버블다이빙팀
- C#
- RSA
- 리눅스
- Windows
- 윈도우
- 암호화
- 현포다이브
- 스쿠버다이빙
- DLL
- Linux
- 제주도
- 블루버블
- 울릉도
- PowerShell
- Build
- 성산블루버블
- 다이빙
- 서귀포
- ReFS
- ip
- 서귀포블루버블
- 패턴
- OpenSource
- 블루버블다이브팀
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
글 보관함