
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
- ip
- 현포다이브
- 패턴
- PowerShell
- 블루버블다이빙팀
- 제주도
- C++
- 암호화
- Build
- Windows
- 서귀포
- 서귀포블루버블
- 블루버블
- 윈도우
- DLL
- 성산블루버블
- 스쿠버다이빙
- C#.NET
- ReFS
- CMake
- Linux
- 블루버블다이브팀
- OpenSource
- C# 고급 기술
- 디자인패턴
- 리눅스
- 울릉도
- Thread
- C#
- C
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함