0
#include <iostream>
#include <cstdlib>
#include <windows.h>
#include <libssh.h>
#include <stdlib.h>
using namespace std;
/*
*
*/
int main(int argc, char** argv)
我有代碼和編譯錯誤致命無Libssh.h的時出現,但在libssh.h時,我按住Shift並單擊包括指令我跳轉到已存在並已安裝的文件。致命錯誤:libssh.h:沒有這樣的文件或目錄的NetBeans
我已經將它包含在Netabeans的C++編譯選項中。
任何想法?
問候。
我正在使用Windows!我在Tools - Options - C++中添加了包含路徑 - 路徑位於個人文件夾中,而不是在netbean文件夾中。 –