DebianをベースにしたRaspbianで完全に動作するC++コードがあります。我々はそれをVC++に変換したい。 (Windowsの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++で動作するでしょうか?" - いいえ。 –