
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
- Sleep
- C# 고급 기술
- C
- 윈도우
- C++
- Linux
- 스쿠버다이빙
- CMake
- 패턴
- Build
- Thread
- PowerShell
- 서귀포
- C#
- 제주도
- Windows
- ip
- 현포다이브
- 리눅스
- 암호화
- 울릉도
- 블루버블다이빙팀
- 서귀포블루버블
- 블루버블다이브팀
- DLL
- 성산블루버블
- 블루버블
- C#.NET
- 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 |
글 보관함
반응형