1 / 17

Microsoft Visual C++ 2010 Express Edition 安裝教學

國立臺灣大學生物產業機電工程學系. Microsoft Visual C++ 2010 Express Edition 安裝教學. 課程名稱:計算機程式語言 上課老師:林達德 教授 助 教:余世忠 賴宗誠. 開始下載 & 安裝. 打開瀏覽器,於網址列輸入: http://www.microsoft.com/express/Downloads/#webInstall. 2. 按一下 Visual C++ 2010 Express 。. 1. 2. 3. 選擇語言. 4. 可能被 IE 擋,按一下為了協助 ….

keita
Download Presentation

Microsoft Visual C++ 2010 Express Edition 安裝教學

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 國立臺灣大學生物產業機電工程學系 Microsoft Visual C++ 2010 Express Edition 安裝教學 課程名稱:計算機程式語言 上課老師:林達德 教授 助 教:余世忠 賴宗誠

  2. 開始下載 & 安裝

  3. 打開瀏覽器,於網址列輸入: http://www.microsoft.com/express/Downloads/#webInstall 2. 按一下 Visual C++ 2010 Express。 1 2

  4. 3. 選擇語言 4. 可能被IE擋,按一下為了協助… 5. 點選下載檔案。 6. 點選儲存 4 6 5 3

  5. 7. 選擇安裝路徑,放在桌面即可,點選存檔

  6. 8. 等待檔案下載完成… 9. 檔案下載完成後,會在桌面出現ㄧ個執行檔 vcstep.exe。 10. 於 vcstep.exe 上,連點滑鼠左鍵兩下,進行安裝程序。 6

  7. 11. 出現 Welcome to Step 的頁面,按 Next。 12. 勾選 I have read and accept…後,即可按 Next。 12.2 12.1 11

  8. 13. 可保持預設,按 Next。 14. 選擇安裝路徑,保持預設,按 Install。 預設 13 14

  9. 15. 安裝開始中,先下載,要等一段時間。 16. 下載完就自動開始安裝,還要等好一段時間 17. 中途可能需要重開機,按 Restart Now 17

  10. 18. 安裝完成,直接按 Exit 18

  11. 19. 於 開始 \ 所有程式 中可看到安裝好的軟體。 20. 於 C:\Program Files\Microsoft Visual Studio 10中可看到數個資料夾。 21. 於 開始 \ 我的文件 \ Visual Studio 2010中可看到數個資料夾。 19 20 21

  12. 來跑程式吧 ~ 建立專案

  13. 1. 點選 Visual C++ 2010 Express Edition。 2. Visual C++ 2010 Express Edition 開發環境。 2

  14. 3. 開啟一個專案來管理即將要開發的程式,點選 File → New → Project。 4. 選擇Win32 Console Application,為此專案命名,請使用英文名稱 ( 只要修改Name,Solution Name也會同步改變 )。 5. 按 OK。 3 4 5

  15. 6. 直接按 Finish即可。 7. 於編輯視窗中會出現預設的程式碼。 6 7

  16. 8. 於編輯視窗中,加入紅框中的程式碼。 9. 寫好程式後,按一下綠色箭頭,進行編譯執行。 10. 出現一對話視窗,按 Yes。 9 8 10

  17. 11. 可看到一個 Command Window 顯示程式執行的結果。 12. 按任意鍵或 x即可關閉程式。 11 12

More Related