编译器下载
⑴ 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下进行编译运行。