데비안 기반의 Raspbian에서 완벽하게 작동하는 C++ 코드가 있습니다. VC++로 변환하려고합니다. (윈도우 10의 IoT) ++C++를 VC++로 변환
#include <string>
#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <string.h>
#include <iostream>
#include <cstdlib>
#include <sys/time.h>
#include <cstring>
#include <sys/ioctl.h>
#include <net/if.h>
using namespace std;
#include "base64.h"
#include <wiringPi.h>
#include <wiringPiSPI.h>
내가 Raspbian OS에서 헤더 파일을 복사하는 경우는 VC 작업이 될 것이다하거나 문제를 만들 것입니다 :하지만 우리는 어떻게 얻을 수있는 라이브러리와 같은 문제를 볼?
위에 사용 된 라이브러리를 다루는 가장 좋은 방법은 무엇입니까?
감사합니다.
"Raspbian OS에서 헤더 파일을 복사하는 경우 VC++에서 작동합니까?"- 아니요. –