当前位置:懂科普 >

IT科技

> 怎么下载带编译器的codeblocks

怎么下载带编译器的codeblocks

一般我们只是使用,不会对它的源代码做修改,因此选择release版本 之后可以看到针对各种操作系统的版本,一般大家用的是Windows版本,这里注意要选择后两个版本,第一个版本是不带编译器的,盲目选择第一个版本产生的后果后面再讲。 下载后直接

不知道如何下载带编译器的codeblocks?

方法

打开360搜索codeblocks,点击进入官网。选择download。

你估计下载的是codeblocks-13.12-setup.exe,不带编译器的。 你可以重新下载安装带编译器的codeblocks-13.12mingw-setup.exe 如果你电脑上已经安装有mingw或cygwin,那么可以在codeblocks的Setting->Compiler..中设置编译器的路径

怎么下载带编译器的codeblocks

选择 Download the binary release。

上面标注了MinGW的那个,下载链接: https://sourceforge.net/250f859e6ad44225/36128e916ddb59356cdd/331486917c/171484957dde5325.16.01/Windows/codeblocks-16.01mingw-setup.exe/download

怎么下载带编译器的codeblocks 第2张

选择箭头所指的两个都可。点击下载。下载后,直接安装,除了安装路径其他的默认即可。

官网:http://www.codeblocks.org/downloads/26 codeblocks-13.12mingw-setup.exe 是带GCC编译器的

怎么下载带编译器的codeblocks 第3张

扩展阅读,以下内容您可能还感兴趣。

下载的codeblocks没有gcc编译器,但是下载时选择的是带有gcc编译器的版本

原因:32位的gcc不能编译64位程序。

默认下载的是32位编译器,在64位操作系统下,你应该下载64位的GCC编译器。追问我下载的是64位的,是设置的问题,我已经整好了,谢谢!

codeblocks里面可以添加VC编译器吗?怎么添加?

菜单[Settings] ->

菜单[compiler and debugger settings] ->

{Global compiler} ->

(Selected compiler) 里有Microsoft Visual C++ Toolkit 2003和Microsoft Visual C++ 2005/2008

可以设置一个为默认的

然后下面Toolchain executables标签里检查下编译器安装目录Copmiler's installation directory(或者Auto-detect)

工程的选项也要改下Build options里的Selected compiler

thinkpad从官网上下载的带编译器的codeblocks为什么安装后总没编译器?别人的电脑为什

NOTE: The codeblocks-13.12mingw-setup.exe file includes the GCC compiler and GDB debugger from TDM-GCC (version 4.7.1, 32 bit). The codeblocks-13.12mingw-setup-TDM-GCC-481.exe file includes the TDM-GCC compiler, version 4.8.1, 32 bit. While v4.7.1 is rock-solid (we use it to compile C::B), v4.8.1 is provided for convenience, there are some known bugs with this version related to the compilation of Code::Blocks itself.

IF UNSURE, USE "codeblocks-13.12mingw-setup.exe"!

我觉得你下载的时候应该看一下下方的note。

追问那有解决办法吗?本回答被提问者和网友采纳

怎么设置codeblocks的编译器啊,不是很懂,希望你们能耐心教下我,感谢!

你是不会设置编译器是吗?

如果安装mingw,再设置就很麻烦;

我猜你也没那么多时间

有种取巧的办法,就是安装内置集成mingw编译器的codeblocks,

你可以登录codeblocks官网,选择download,然后找到Download the binary release

点击codeblocks-16.01mingw-setup.exe 旁的Sourceforge.net or FossHub,

随便点一个就好了,进去等待自动下载,安装后打开,一般会默认选择集成的mingw编译器

,随便写个程序测试下就好了,c++11标准有个开关,你应该不需要用到。

选择settings compiler compilersettings genral have g++ follow the c++ 11 ios...后面的勾打上,然后测试输出,

cout<<__cplusplus;有两个下滑线;

结果应该是201103;

集成的默认下载链接我也给你一下吧

https://www.fosshub.com/Code-Blocks.html/codeblocks-16.01mingw-setup.exe

谁有codeblocks 完整版呀 , 带编译器的, 给个云盘共享方便大家嘛😊

http://yunpan.cn/c38PhrfNRbrJe 访问密码 4d19

标签: 编译器 codeblocks
  • 文章版权属于文章作者所有,转载请注明 https://dongkepu.com/itkeji/nnkgjl.html