哪个是最好的,标准(和希望是免费的)C ++编译器? [英] Which is the best, standard (and hopefully free) C++ compiler?

查看:117
本文介绍了哪个是最好的,标准(和希望是免费的)C ++编译器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Salodos a todos en stackoverflow.com !!

Saludos a todos en stackoverflow.com!!

所以...我是一个C ++新手目前正在研究数据结构的主题,我想咨询

So... I'm a C++ newbie currently taking the subject of Data Structures, and I want to consult something with you guys:

自从我开始学习系统工程以来,我一直使用最新版本的Dev-C ++来编写所有的编程项目。它做到了它的工作进展到目前为止,但它有一个致命缺陷...试图调试你的代码在它只是...非常痛苦!每次你激活调试模式,你必须越过你的手指,希望它不会崩溃在你的变量你正在看的变化之前,甚至变化。

Since I started studying Systems Engineering, I've been using the last version of Dev-C++ for all my programming projects. It has done it's job well so far, but it has a FATAL flaw... trying to debug your code in it it's just... awfully painful!! Everytime you activate the debug mode you have to cross your fingers and hope it doesn't crash in your face just before the variable you are watching even changes.

然后,我虽然关于使用Visual-C ++从微软,因为它是免费的;然而,我问我的老师,并告诉我不要在课程中使用它,因为它不是标准(编译程序中它只适用于Windows);我们需要编写可以在Windows和Linux环境中编译的代码,并且一旦在任何环境中编译,就可以在这两个环境中使用应用程序。

Then, I though about using Visual-C++ from Microsoft, as it is free too; however, I asked my teacher and told me not to use it in the course, as it is not standard (compiled programs in it will only work for Windows); we are required to make code that can be compiled both in a Windows and Linux environment, and once compiled in any, being able to use the application on both environments.

人们,我想你请给我建议:哪个C ++编译软件有一个强大和/或稳定的调试模式,实现标准编译器(它被称为g ++,顺便说一下),它有希望自由吗? ?

So people, I want you to please give me advice: Which C++ compiling software out there has a strong and/or stable debugging mode, implements the standard compiler (is it called g++, by the way??), and it's hopefully free???

感谢您的关注。

推荐答案

Code :: Blocks - 它是免费的,它的跨平台,它是相当不错。您可以下载一个由CB IDE,MinGW C ++编译器和gdb调试器组成的软件包。安装非常简单。

Code::Blocks - it's free, it's cross-platform, it's pretty good. You can download a package consisting of the CB IDE, the MinGW C++ compiler and the gdb debugger. Installation is very straightforward.

这篇关于哪个是最好的,标准(和希望是免费的)C ++编译器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆