简体   繁体   English

如何使用Turbo C ++编译器配置Eclipse CDT

[英]How to Config eclipse CDT with Turbo C++ Compiler

如何使用Turbo C ++编译器配置eclipse。

Short answer : don't! 简短的回答 :不要!

Embarcadero Technologies (which acquired all of Borland's compiler tools with the purchase of its CodeGear division in 2008) discontinued the support of Turbo C++ 2006. Why use a tool that was abandoned 6 years ago? Embarcadero Technologies(在2008年通过收购CodeGear部门而收购了Borland的所有编译器工具)终止了Turbo C ++ 2006的支持。为什么要使用6年前放弃的工具?

Turbo C++ was succeeded by C++Builder, which has it's own IDE. Turbo C ++由具有自己的IDE的C ++ Builder继承。

If you want to do C++ development in Eclipse you should use Eclipse IDE for C/C++ Developers (~107MB) . 如果要在Eclipse中进行C ++开发,则应将Eclipse IDE用于C / C ++开发人员(〜107MB)

Remember, Luke: 记住,路加福音:

Use following compilers to work with C++ : 使用以下编译器与C ++一起使用

with the following IDEs: 使用以下IDE:

  • Eclipse (such a monster ) (这样的怪物
  • Or NetBeans (not such a moster ) NetBeans (不是最重要的
  • Or * your favorite editor name here * 或* 您最喜欢的编辑者姓名 *

If everybody will use them it become peace in the world 如果每个人都使用它们,它将成为世界和平

Do not use following : 请勿使用以下内容

  • Turbo c++ Turbo C ++
  • Dev-c++ 开发C ++
  • Borland c++ Borland C ++

Every time you use them, God kills a kitten! 每次使用它们,上帝都会杀死一只小猫!

Lol4t0, why NOT use the following: Lol4t0,为什么使用以下内容:

"

Do not use following: 不要使用以下内容:

 Turbo c++ Dev-c++ Borland c++ 

"

我对TurboC ++编译器不熟悉,但是您可以创建makefile并告诉Eclipse使用它,或者从项目设置-> C / C ++ Build-> Builder设置中为Turbo C ++提供路径和参数。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM