C系列 Eclipse搭配C開發工作環境

2021-08-30 01:39:01 字數 748 閱讀 1410

1. download eclipse ide for c/c++ developers

[url]

2. download mingw, the mingw compile for c/c++

[url]

3. download gdb, the gdb debug for c/c++

[url]

4. how to install the mingw (gcc) compiler suite

[mingw installation and environment settings] [url]

[url]

[url]

5. how to install the gdb debug suite

[gdb installation and environment settings] install the gdb directly to the

[b]特別注意:eclipse ide for c/c++ developers已經整合了cdt[/b]

感謝snowolf的幫助,看了他的文章之後,我才順利地搭配好c/c++的開發環境,同時也感謝他為我們提供的編譯和除錯工具:mingw和gdb.見:[url]

為了便於開發與學習,下面我把一些學習c的pdf資料上傳到附件中

1 c程式語言_第2版.pdf

2 c和指標.pdf (這個才12m,可能太大,傳不上來)

3 c專家程式設計.pdf

4 c陷阱與缺陷.pdf

Eclipse配置C 開發環境

開發環境 eclipse3.2 net framework2.0 1 先安裝.net framework sdk和eclipse 2 在eclipse的工作台選擇help software updates find and install.選擇search for new features to i...

Eclipse外掛程式開發系列文章 序

外掛程式開發的內容很多,也很複雜,尤其是做ide方面的開發,其中遇到的一些技術,隨便拿出來就是一套框架,往往感覺越做會的東西越少。從事外掛程式開發這麼多年以來,不敢說精通,也算小有所成。我一向認為,技術要以精為主,不必求全。但是最近這兩年感覺進入乙個平台期了,提公升不大,所以想開闊一下視野,增長一下...

使用ECLIPSE學習C

第一步 安裝c c 編譯器 安裝mingw,選擇x86 64位系統 安裝完畢後,需要設定好系統變數。桌面 計算機 右鍵 屬性 高階系統設定 環境變數 1.如果環境變數中有path,則直接編輯,沒有則新建乙個變數,變數名為path.2.在變數值後面加上mingw在系統中的安裝目錄,如 c mingw ...