使用ECLIPSE學習C

2021-07-26 14:17:51 字數 404 閱讀 6481

第一步:安裝c/c++編譯器

安裝mingw,選擇x86-64位系統

安裝完畢後,需要設定好系統變數。桌面--》計算機--》右鍵--屬性--》高階系統設定--環境變數:

1.如果環境變數中有path,則直接編輯,沒有則新建乙個變數,變數名為path.

2.在變數值後面加上mingw在系統中的安裝目錄,如:"c:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;"。注意這裡說的是在已有的path值後面增加,不要修改原有path值,記得使用分號與原來的path值進行分割。

第二步:安裝eclipse for c++ 和jre

Eclipse使用技巧

各位使用eclipse作為開發ide的看客們,eclipse的一些使用技巧您都知道嗎?本文會介紹一些很實用的快捷鍵。ctrl shift l 彈出快捷鍵說明 進入或退出塊選擇模式 alt shift a 將所選字母變為大寫 ctrl shift x 將所選字母變為小寫 ctrl shift y 摺疊...

eclipse使用設定

loco 1 更新eclipse help check for updates 2 更新 解除安裝eclipse中已安裝的外掛程式 help installation details 4 常用外掛程式 eexplorer或者easy shell 開啟eclipse中原始檔所在資料夾 terminal...

Eclipse使用相關

在本機安裝完oracle之後,開啟eclipse之後出現version 1.4.2 03 of the jvm not suitable for this product.version1.5 or geeater 錯誤,登入不進去,後來查詢網上說是因為安裝oracle影響的,oracle 的jre...