編譯器下載
⑴ C++編譯器下載
http://sourceforge.net/downloads/mingw/
可以下載Mingw移植的GCC
http://www.microsoft.com/express/Downloads/
可以下載VS2010/2008的express版本
電驢上可以找到破解版
⑵ 求比較不錯的C++編譯器下載地址.....
中文名稱:CCP軟體開發編譯器合集
英文名稱:C++Compiler
資源類型:ISO
版本:V9.0(windows/Linux)版
發行時間:2005年
製作發行:inter
地區:美國
語言:英語
簡介:
[通過安全測試]
殺毒軟體:金山毒霸2006正式版
程序版本: 8.2.0.2008
殺毒引擎:2005.12.09.67
病毒庫:2005.12.19.10
共享時間:08:00 AM - 24:00 PM(除非線路故障或者機器故障,有些時候會超出這個范圍)
共享伺服器:Razorback 2.0
[通過安裝測試]Redhat 9
[發布計算機系統] Windows XP PRO SP2
[官方網站]http://www.intel.com/cd/software/procts/asmo-na/eng/compilers/cwin/index.htm
軟體版權歸原作者及原軟體公司所有,如果你喜歡,請購買正版軟體
轉自TLF
軟體簡介:
Intel C++Compiler 使你的程序輕松在Intel® 32 位處理器上獲得更卓越的表現。 Intel Compiler提供一系列核心技術,包括優化支持,線程應用程序支持,它能充分發揮超線程技術的優勢,兼容主流的工具和標准,為您的程序提供最佳的運行表現。
新特性
支持最新的多核處理器。支持最新處理器的優化功能能大大提高程序在這些處理器上的效能。
支持運行時對堆棧的檢查,減少緩沖器益處導致的安全缺陷。
包含IA-32,Itanium(安騰)2以及支持64位內存擴展技術開發工具。
增強Intel Debugger對優化代碼的支持
Take advantage of your existing development tools investment while getting the most out of Intel® architecture.
Performance: Get outstanding performance with advanced optimization features such as Interproceral and Profile-Guided Optimizations, branch prediction, and software pipelining.
Compatibility: Utilize source and object native-code compatibility with Microsoft Visual C++ and Visual Studio* .NET to maximize performance. The compiler integrates with the Visual C++ environment for easy application development. (Separate purchase and installation of Microsoft Visual C++ or Microsoft Visual Studio is required for development on IA-32 platforms - please see System Requirements for more details.)
Support: As with every Intel® Software Development Proct from Intel, benefit from one year of support services providing proct updates and access to Intel® Premier Support. Additionally, the Intel® Software Network provides the developer with additional technical resources.
Deliver outstanding application performance and leverage your existing development tool investments with the latest Intel® C++ Compiler 9.0 for Windows*/Linux.
與windows/Linux兩種平台的朋友共同分享!
http://bbs.very163.com/read.php?tid=472
絕對可以連接.手快有手慢就沒有..
還有一個http://download.cnool.net/file.phtml?id=1530
borland c++ 5.02企業版下載
⑶ c語言編譯器如何下載
在Code::Blocks官網上下載帶mingw組件的Code::Blocks(一定要帶有mingw,否則就沒有編譯器可用),安裝,然後就可以用Code::Blocks編寫代碼和編譯運行了。如何使用CB可以自己搜網上教程。
⑷ C++有哪些編譯器,怎麼下載
請問你是什麼系統?WIN還是LINUX
VS2019的話,去微軟官網直接下載即可。
⑸ C#編譯器 下載
.net framework 就可以。用命令行如同c語言那樣編譯,沒有編輯器很累啊。應用visual studio 2008以後的版本,就很方便了。比如敲入「{」自動補齊「}」。
⑹ C編譯器下載
給個地址我給你發過去!!
或者你從網上下載一個,我建議用C-FREE不錯!
還有就是激活碼,你網路問問一下就可以了,很多人都會告訴你的。
希望對你有用,有問題給我留言!
⑺ 免費版c語言編譯器下載
DEV-C++
http://jlbc.skycn.com/down/WY_DEVCPP_5B0905.zip
最基礎的,很小,很實用,2008年信息學奧賽就是用這個來考的
⑻ gcc編譯器下載
c-free devc++ codelite codeblock 都自帶gcc
後三個 下的時候不要下錯了 要下帶mingw的版本
mingw 是 gcc 在windows上的一種實現
⑼ gcc編譯器哪兒可以下載哪位大蝦自己親手試的可下載
你去官網 http://gcc.gnu.org 下載。
如果是Windows版的,在http://gcc.gnu.org/install/binaries.html 中,你可以選擇MinGW或Cygwin。Cygwin是仿Linux編譯環境的,方便移植到Linux下進行編譯運行。