OSG學習日記01

2021-08-20 02:12:52 字數 1042 閱讀 9288

環境配置

參考部落格win10系統下0sg+vs2017環境配置

在環境配置好後輸入部落格中的**

#include "stdafx.h"

#include

#include

int main(int argc, char **argv)

出現編譯錯誤:

1>d:\windows kits\10\include\10.0.17134.0\um\gl\gl.h(1157): error c2144: 語法錯誤:「void」的前面應有「;」

1>d:\windows kits\10\include\10.0.17134.0\um\gl\gl.h(1157): error c4430: 缺少型別說明符 - 假定為 int。注意: c++ 不支援預設 int

1>d:\windows kits\10\include\10.0.17134.0\um\gl\gl.h(1158): error c2144: 語法錯誤:「void」的前面應有「;」

1>d:\windows kits\10\include\10.0.17134.0\um\gl\gl.h(1158): error c4430: 缺少型別說明符 - 假定為 int。注意: c++ 不支援預設 int

1>d:\windows kits\10\include\10.0.17134.0\um\gl\gl.h(1158): error c2086: 「int wingdiapi」: 重定義

1>d:\windows kits\10\include\10.0.17134.0\um\gl\gl.h(1157): note: 參見「wingdiapi」的宣告

. .

. 解決辦法:新增標頭檔案#include即可

#include "stdafx.h"

#include

#include

#include

int main(int argc, char **argv)

tensorflow學習日記 01

命令列引數 全域性環境下編寫 import tensorflow as tf flags tf.flags flags 是乙個檔案 flags.py,用於處理命令列引數的解析g工作 logging tf.logging 呼叫flags內部的define string行數來制定解析規則 flags.d...

運維學習日記 Linux學習01

運維須知的網路基礎知識 一 計算機網路 從硬體上定義,計算機網路是通過線纜將網路裝置和計算機連線起來 從軟體上定義,計算機網路是作業系統 應用軟體 應用程式通過通訊線路互連 計算機網路可以實現資源共享 資訊傳遞。具有資料通訊 資源共享 增加資料可靠性和提高系統處理能力的功能。網路發展階段 60年代 ...

Mysql學習日記day01

1.進入 mysql,在命令列中輸入 mysql uroot p 其中 表示密碼 2.檢視 mysql 中有哪些個資料庫 show databases 3.使用乙個資料庫 use 資料庫名稱 4.新建乙個資料庫 create database 資料庫名 5.檢視指定的資料庫中有哪些資料表 show ...