2017年7月26日 星期三

Advanced VC++ Chapter 1

課程內容:

VC++ 2013 建立基本專案影片教學:


今年課程Github:
https://github.com/QQBoxy/2017vc

歷年課程Github:
https://github.com/QQBoxy/2016vc
https://github.com/QQBoxy/2015vc

網頁C++編譯器:
http://cpp.sh/
http://ideone.com/

C++ mfc open file dialog:
CFileDialog

Create Document/View using MFC:
http://codeboxy.blogspot.com/2013/04/create-documentview-using-mfc.html

OpenGL教學網站:
http://www.opengl-tutorial.org/
https://github.com/opengl-tutorials/ogl

OpenGL使用CMake編譯設定

OpenGL編譯結果

作業:
讀取三角網格模型檔案(*.stl),在畫布上顯示一個正在旋轉的3D模型。